diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-07-28 09:19:48 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-07-28 09:19:48 -0700 |
commit | 28ffba3ff75c5e5c1c5c7b238282b6ed3a351853 (patch) | |
tree | 6243dfe9b7c6c87db15e65ec7048d3e02b0017ee | |
parent | 23bff77787ea4fdb9021ceba58ceca22b2aa3048 (diff) | |
download | nix-28ffba3ff75c5e5c1c5c7b238282b6ed3a351853.tar nix-28ffba3ff75c5e5c1c5c7b238282b6ed3a351853.tar.gz nix-28ffba3ff75c5e5c1c5c7b238282b6ed3a351853.tar.bz2 nix-28ffba3ff75c5e5c1c5c7b238282b6ed3a351853.tar.lz nix-28ffba3ff75c5e5c1c5c7b238282b6ed3a351853.tar.xz nix-28ffba3ff75c5e5c1c5c7b238282b6ed3a351853.tar.zst nix-28ffba3ff75c5e5c1c5c7b238282b6ed3a351853.zip |
Remove temporarily broken packages
Diffstat (limited to '')
-rw-r--r-- | hosts/common/optional/services/wayland.nix | 2 | ||||
-rw-r--r-- | hosts/common/optional/services/xorg.nix | 2 | ||||
-rw-r--r-- | hosts/common/optional/sound.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index 0df5c4d..0179d94 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.master.geeqie pkgs.ghostty pkgs.gimp3 #pkgs.gimp-with-plugins diff --git a/hosts/common/optional/services/xorg.nix b/hosts/common/optional/services/xorg.nix index 3858330..324c1f4 100644 --- a/hosts/common/optional/services/xorg.nix +++ b/hosts/common/optional/services/xorg.nix @@ -5,7 +5,7 @@ pkgs.evince pkgs.feh pkgs.gcr - pkgs.master.geeqie + #pkgs.master.geeqie pkgs.ghostty pkgs.gimp3 #pkgs.gimp-with-plugins diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix index 6414e31..1088fbd 100644 --- a/hosts/common/optional/sound.nix +++ b/hosts/common/optional/sound.nix @@ -8,7 +8,7 @@ pkgs.boops pkgs.cardinal #pkgs.carla - pkgs.master.chow-tape-model + #pkgs.master.chow-tape-model pkgs.cmus pkgs.distrho-ports pkgs.fluidsynth |