mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +01:00
chore: Link paths at the system level
Fixes an issue where paths wouldn't be linked previously unless manually specified.
This commit is contained in:
parent
10bc64f097
commit
3fc9cb9c81
@ -12,12 +12,6 @@ in
|
|||||||
home-manager.sharedModules = attrValues self.homeManagerModules;
|
home-manager.sharedModules = attrValues self.homeManagerModules;
|
||||||
environment.systemPackages = attrValues self.packages.${pkgs.system};
|
environment.systemPackages = attrValues self.packages.${pkgs.system};
|
||||||
|
|
||||||
environment.pathsToLink = [
|
|
||||||
"/share/backgrounds"
|
|
||||||
"/share/eww"
|
|
||||||
"/share/fonts"
|
|
||||||
];
|
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
hardware = {
|
hardware = {
|
||||||
disableLaptopKeyboard = true;
|
disableLaptopKeyboard = true;
|
||||||
|
@ -207,5 +207,11 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableExcludeWrapper = false;
|
enableExcludeWrapper = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.pathsToLink = [
|
||||||
|
"/share/backgrounds"
|
||||||
|
"/share/eww"
|
||||||
|
"/share/fonts"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user