diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/optional/services/wayland.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index 0179d94..01398f7 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -5,7 +5,7 @@ pkgs.evince pkgs.feh pkgs.gcr - #pkgs.master.geeqie + #pkgs.geeqie pkgs.ghostty pkgs.gimp3 #pkgs.gimp-with-plugins @@ -48,7 +48,7 @@ programs = { firefox = { enable = true; - package = pkgs.master.firefox; + #package = pkgs.master.firefox; }; gamemode.enable = true; |