Skip to content

Commit

Permalink
treewide: remove gnome namespacing
Browse files Browse the repository at this point in the history
Packages were renamed as part of the deprecation of the `gnome.`
namespace.
  • Loading branch information
tomodachi94 committed Jul 9, 2024
1 parent 70dad9b commit f3d275f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/linux/gtk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# font.package = pkgs.ibm-plex;
# font.name = "IBM Plex Sans";
# font.size = 10;
theme.package = pkgs.lib.mkForce pkgs.gnome.adwaita-icon-theme;
theme.package = pkgs.lib.mkForce pkgs.adwaita-icon-theme;
theme.name = pkgs.lib.mkForce "Adwaita-dark";
iconTheme.package = pkgs.lib.mkForce pkgs.cinnamon.mint-y-icons;
iconTheme.name = pkgs.lib.mkForce "Mint-Y-Dark-Grey";
Expand Down
2 changes: 1 addition & 1 deletion nixos/workstation/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
shell = pkgs.zsh;
packages = with pkgs; [
neovim
gnome.gnome-terminal
gnome-terminal
networkmanagerapplet
];
};
Expand Down

0 comments on commit f3d275f

Please sign in to comment.