From ce3a168c060f59c24e6ae67f4677e19a79770ddf Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 14 Mar 2023 18:24:24 +0200 Subject: change noexec to build hyprland, remove initial session for now --- hosts/laptop/cfg.nix | 4 ++-- 1 file 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; -- cgit 1.4.1