summaryrefslogtreecommitdiff
path: root/data.d/etc-nixos/env
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/etc-nixos/env')
-rw-r--r--data.d/etc-nixos/env/global.nix5
-rw-r--r--data.d/etc-nixos/env/workstation.nix34
2 files changed, 22 insertions, 17 deletions
diff --git a/data.d/etc-nixos/env/global.nix b/data.d/etc-nixos/env/global.nix
index 608630d..9bf9882 100644
--- a/data.d/etc-nixos/env/global.nix
+++ b/data.d/etc-nixos/env/global.nix
@@ -29,6 +29,11 @@
i18n = {
defaultLocale = "en_US.UTF-8";
+ supportedLocales = [
+ "C.UTF-8/UTF-8"
+ "en_US.UTF-8/UTF-8"
+ "nl_NL.UTF-8/UTF-8"
+ ];
};
networking = {
diff --git a/data.d/etc-nixos/env/workstation.nix b/data.d/etc-nixos/env/workstation.nix
index db3ca1f..8ca64a0 100644
--- a/data.d/etc-nixos/env/workstation.nix
+++ b/data.d/etc-nixos/env/workstation.nix
@@ -13,15 +13,10 @@
pass
plantuml
shellcheck
+ ntfy-sh
# GUI utils
- dunst
- physlock
- redshift
- rofi
- sxhkd
xclip
- xcompmgr
xdotool
xprintidle
@@ -39,22 +34,27 @@
];
};
- services = {
- xserver = {
+ hardware = {
+ pulseaudio = {
enable = true;
- displayManager = {
- startx = {
- enable = true;
- };
- };
- windowManager = {
- awesome = {
- enable = true;
- };
+ };
+ };
+
+ programs = {
+ gnupg = {
+ agent = {
+ enable = true;
+ enableSSHSupport = true;
};
};
};
+ services = {
+ pcscd = {
+ enable = true;
+ };
+ };
+
users = {
users = {
tyil = {