overlays: add temporary marwaita symlink fix
This commit is contained in:
parent
8b4e41c968
commit
95e2f0dcec
2 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
nix-vscode-extensions.overlays.default
|
nix-vscode-extensions.overlays.default
|
||||||
niri.overlays.niri
|
niri.overlays.niri
|
||||||
|
(import ./overlays/marwaita-icons.nix)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
./hosts/main-laptop/configuration.nix
|
./hosts/main-laptop/configuration.nix
|
||||||
|
|
|
||||||
5
overlays/marwaita-icons.nix
Normal file
5
overlays/marwaita-icons.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
(self: super: {
|
||||||
|
marwaita-icons = super.marwaita-icons.overrideAttrs ({
|
||||||
|
dontCheckForBrokenSymlinks = true;
|
||||||
|
});
|
||||||
|
})
|
||||||
Loading…
Add table
Add a link
Reference in a new issue