From fdcac76c8075242c263b4fd535fb069a96a55f90 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 18 Aug 2025 09:24:02 -0700 Subject: Revert all hosts to unstable --- hosts/common/optional/services/wayland.nix | 4 ++-- hosts/common/optional/services/xorg.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/common/optional/services') 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; diff --git a/hosts/common/optional/services/xorg.nix b/hosts/common/optional/services/xorg.nix index 324c1f4..54a1de6 100644 --- a/hosts/common/optional/services/xorg.nix +++ b/hosts/common/optional/services/xorg.nix @@ -42,7 +42,7 @@ programs.firefox = { enable = true; - package = pkgs.master.firefox; + #package = pkgs.master.firefox; }; security.polkit = { -- cgit v1.2.3