mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: move some home folders to XDG spec compliant paths
This commit is contained in:
parent
c92aadf4cd
commit
40c030792d
2 changed files with 6 additions and 1 deletions
|
@ -10,6 +10,7 @@ in {
|
|||
".ssh/known_hosts"
|
||||
];
|
||||
|
||||
home.sessionVariables.CUDA_CACHE_PATH = "\${HOME}/.cache/nv";
|
||||
home.persistence."/state".directories =
|
||||
[
|
||||
".cache/fontconfig"
|
||||
|
@ -18,6 +19,7 @@ in {
|
|||
]
|
||||
++ optionals nixosConfig.hardware.nvidia.modesetting.enable [
|
||||
".cache/nvidia" # GLCache
|
||||
".cache/nv"
|
||||
]
|
||||
++ optionals nixosConfig.services.pipewire.enable [
|
||||
".local/state/wireplumber"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue