summaryrefslogtreecommitdiff
path: root/data.d/etc-nixos/env/workstation.nix
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-24 14:57:08 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-24 14:57:08 +0200
commitf338ffd28de6af6b74ace1eb73c2ad9a542e6e98 (patch)
tree3a22ee3d93a64bec42e8aeb896b149dc9a9cba80 /data.d/etc-nixos/env/workstation.nix
parent5069eaed874dd1b3a8f03abce8ffeba45b3d7fb5 (diff)
Expand nixos settings
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 = {