Skip to content

Commit 612d863

Browse files
authored
merge: pull request #60 from dixslyf/update-flake-inputs-and-npins
Update flake inputs and npins
2 parents d2347c5 + 332e164 commit 612d863

File tree

5 files changed

+77
-77
lines changed

5 files changed

+77
-77
lines changed

flake.lock

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

home-manager/users/shiba/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
170170

171171
# Some programs e.g. inkscape use adwaita by default
172-
gnome.adwaita-icon-theme
172+
adwaita-icon-theme
173173

174174
# CLI
175175
eza

nixos/hosts/alpha/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# FIXME: remove once logseq has been updated upstream
2626
nixpkgs.config.permittedInsecurePackages = [
27-
"electron-28.3.3"
27+
"electron-27.3.11"
2828
];
2929

3030
planet.persistence = {

planet/modules/home-manager/file-roller/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
inherit (lib) mkIf;
9595
in
9696
mkIf cfg.enable {
97-
home.packages = with pkgs; [ gnome.file-roller ];
97+
home.packages = with pkgs; [ file-roller ];
9898
xdg.mimeApps.defaultApplications = mkIf cfg.defaultApplication.enable (
9999
lib.genAttrs cfg.defaultApplication.mimeTypes (_: "org.gnome.FileRoller.desktop")
100100
);

planet/pkgs/npins/sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
"repo": "waybar"
8181
},
8282
"branch": "main",
83-
"revision": "0830796af6aa64ce8bc7453d42876a628777ac68",
84-
"url": "https://github.com/catppuccin/waybar/archive/0830796af6aa64ce8bc7453d42876a628777ac68.tar.gz",
85-
"hash": "0np88b9zi6zk21fy5w4kmgjg1clqp4ggw1hijlv9qvlka2zkwmpn"
83+
"revision": "ee8ed32b4f63e9c417249c109818dcc05a2e25da",
84+
"url": "https://github.com/catppuccin/waybar/archive/ee8ed32b4f63e9c417249c109818dcc05a2e25da.tar.gz",
85+
"hash": "0q4mzqx3w6cywfifs7ij8qzhzvj59dfdzpvqx76vpnhd2zm35bfd"
8686
},
8787
"catppuccin-zathura": {
8888
"type": "Git",

0 commit comments

Comments
 (0)