summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/laptop/cfg.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix
index a6347f4..3293760 100644
--- a/hosts/laptop/cfg.nix
+++ b/hosts/laptop/cfg.nix
@@ -63,6 +63,7 @@
     fileSystems."/" = {
       device = "none";
       fsType = "tmpfs";
+      # hyprland doesnt compile with noexec root
       options = ["defaults" "size=2G" "mode=755"];
     };
 
@@ -89,8 +90,7 @@
     powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
     hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
 
-    # greeter.initialSession = "env WLR_RENDERER=pixman sh -c ${pkgs.sway}/bin/sway";
-    greeter.initialSession = "${pkgs.fish}/bin/fish";
+    # greeter.initialSession = "${pkgs.fish}/bin/fish";
 
     hardware.opengl = {
       enable = true;