Skip to content

Commit

Permalink
fix: handle package renames
Browse files Browse the repository at this point in the history
  • Loading branch information
dixslyf committed Jul 17, 2024
1 parent bf70312 commit 332e164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home-manager/users/shiba/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })

# Some programs e.g. inkscape use adwaita by default
gnome.adwaita-icon-theme
adwaita-icon-theme

# CLI
eza
Expand Down
2 changes: 1 addition & 1 deletion planet/modules/home-manager/file-roller/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
inherit (lib) mkIf;
in
mkIf cfg.enable {
home.packages = with pkgs; [ gnome.file-roller ];
home.packages = with pkgs; [ file-roller ];
xdg.mimeApps.defaultApplications = mkIf cfg.defaultApplication.enable (
lib.genAttrs cfg.defaultApplication.mimeTypes (_: "org.gnome.FileRoller.desktop")
);
Expand Down

0 comments on commit 332e164

Please sign in to comment.