summaryrefslogtreecommitdiffstats
path: root/systems
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2023-09-28 10:50:03 -0400
committerJon Santmyer <jon@jonsantmyer.com>2023-09-28 10:50:03 -0400
commitd3bb6cbb4724bc8f18f72fa3fea3e65f73ae8d09 (patch)
tree7e7bc02335fcb6d51f0d697e32111ba2ed93b0e7 /systems
parentbcb39f3a7016f5f15696390210721dc7608b9617 (diff)
downloadnix-config-d3bb6cbb4724bc8f18f72fa3fea3e65f73ae8d09.tar.gz
nix-config-d3bb6cbb4724bc8f18f72fa3fea3e65f73ae8d09.tar.bz2
nix-config-d3bb6cbb4724bc8f18f72fa3fea3e65f73ae8d09.zip
add rofi as dmenu
Diffstat (limited to 'systems')
-rw-r--r--systems/jonbox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/jonbox/default.nix b/systems/jonbox/default.nix
index c894497..836302e 100644
--- a/systems/jonbox/default.nix
+++ b/systems/jonbox/default.nix
@@ -43,7 +43,7 @@
videoDrivers = [ "nvidia" ];
displayManager = {
- sddm.enable = true;
+ gdm.enable = true;
defaultSession = "none+awesome";
};