Skip to content

Commit

Permalink
merge: pull request #60 from dixslyf/update-flake-inputs-and-npins
Browse files Browse the repository at this point in the history
Update flake inputs and npins
  • Loading branch information
dixslyf committed Jul 19, 2024
2 parents d2347c5 + 332e164 commit 612d863
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 77 deletions.
142 changes: 71 additions & 71 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 nixos/hosts/alpha/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# FIXME: remove once logseq has been updated upstream
nixpkgs.config.permittedInsecurePackages = [
"electron-28.3.3"
"electron-27.3.11"
];

planet.persistence = {
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
6 changes: 3 additions & 3 deletions planet/pkgs/npins/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"repo": "waybar"
},
"branch": "main",
"revision": "0830796af6aa64ce8bc7453d42876a628777ac68",
"url": "https://github.com/catppuccin/waybar/archive/0830796af6aa64ce8bc7453d42876a628777ac68.tar.gz",
"hash": "0np88b9zi6zk21fy5w4kmgjg1clqp4ggw1hijlv9qvlka2zkwmpn"
"revision": "ee8ed32b4f63e9c417249c109818dcc05a2e25da",
"url": "https://github.com/catppuccin/waybar/archive/ee8ed32b4f63e9c417249c109818dcc05a2e25da.tar.gz",
"hash": "0q4mzqx3w6cywfifs7ij8qzhzvj59dfdzpvqx76vpnhd2zm35bfd"
},
"catppuccin-zathura": {
"type": "Git",
Expand Down

0 comments on commit 612d863

Please sign in to comment.