summary refs log tree commit diff
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-03-14 18:24:24 +0200
committertzlil <tzlils@protonmail.com>2023-03-14 18:24:24 +0200
commitce3a168c060f59c24e6ae67f4677e19a79770ddf (patch)
tree852d4d50c83807a587fd4761099f1a568fce26d0
parente94d2c69ff5ae50cc7a5ddc2598d7caef68e406f (diff)
change noexec to build hyprland, remove initial session for now
-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;