wlin003_GamingPC/packages/home-manager.nix aktualisiert

This commit is contained in:
Henrik Lutzmann 2024-12-25 22:45:31 +01:00
parent 06b199eab9
commit 2377a31aa7
1 changed files with 29 additions and 74 deletions

View File

@ -19,56 +19,11 @@ in
neofetch
];
imports = [
./../home
];
programs.home-manager.enable = true;
home.file = {
".profile" = {
text = ''
export GTK_THEME=Arc-Dark
'';
};
".rsync-exlude" = {
text = ''
- Downloads
- Games
- Share-Cloud
- Share-Priv
- Share-SMB
- Share-VM
- Sync
- VM-Image
- Code Cache
- cache*
- Cache*
- Cache_*
- *_cache
- *Cache
- DawnGraphiteCache
- log*
- logs
- tmp
- Trash
+ .config
- .config/syncthing
- .config/unity3d
- .config/ownCloud
+ .local
- .local/state
- .local/share/containers
- .local/share/flatpak
- .local/share/keyrings
- .local/share/nomic.ai
- .local/share/Steam
+ .jd2
+ .conkyrc
- .*
- *.LOG
- LOG
- *.old
'';
};
};
};
}