mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 07:28:53 +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;
|
||||
environment.systemPackages = attrValues self.packages.${pkgs.system};
|
||||
|
||||
environment.pathsToLink = [
|
||||
"/share/backgrounds"
|
||||
"/share/eww"
|
||||
"/share/fonts"
|
||||
];
|
||||
|
||||
modules = {
|
||||
hardware = {
|
||||
disableLaptopKeyboard = true;
|
||||
|
@ -207,5 +207,11 @@ in
|
||||
enable = true;
|
||||
enableExcludeWrapper = false;
|
||||
};
|
||||
|
||||
environment.pathsToLink = [
|
||||
"/share/backgrounds"
|
||||
"/share/eww"
|
||||
"/share/fonts"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user