Skip to content

Commit

Permalink
fix: gnome3 references no longer supported, use gnome
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Nov 25, 2024
1 parent c399f7a commit c32b9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixos/mixins/desktop/cosmic.old.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

environment.systemPackages = with pkgs; [
gnomeExtensions.appindicator
gnome3.gnome-tweaks
gnome-tweaks
];
}
2 changes: 1 addition & 1 deletion nixos/mixins/desktop/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

environment.systemPackages = with pkgs; [
gnomeExtensions.appindicator
gnome3.gnome-tweaks
gnome-tweaks
gnome-clocks
gnome-sound-recorder
];
Expand Down

0 comments on commit c32b9ab

Please sign in to comment.