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.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/data.d/etc-nixos/env/workstation.nix b/data.d/etc-nixos/env/workstation.nix
index c8dcb29..f33c42f 100644
--- a/data.d/etc-nixos/env/workstation.nix
+++ b/data.d/etc-nixos/env/workstation.nix
@@ -19,6 +19,7 @@
physlock
redshift
rofi
+ sxhkd
xclip
xcompmgr
xdotool
@@ -38,6 +39,22 @@
];
};
+ services = {
+ xserver = {
+ enable = true;
+ displayManager = {
+ startx = {
+ enabled = true;
+ };
+ };
+ windowManager = {
+ awesome = {
+ enable = true;
+ };
+ };
+ };
+ };
+
users = {
users = {
tyil = {