summaryrefslogtreecommitdiff
path: root/data.d/etc-nixos/env/workstation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/etc-nixos/env/workstation.nix')
-rw-r--r--data.d/etc-nixos/env/workstation.nix34
1 files changed, 17 insertions, 17 deletions
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 = {