mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 02:01:09 +02: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:
@ -207,5 +207,11 @@ in
|
||||
enable = true;
|
||||
enableExcludeWrapper = false;
|
||||
};
|
||||
|
||||
environment.pathsToLink = [
|
||||
"/share/backgrounds"
|
||||
"/share/eww"
|
||||
"/share/fonts"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user