Standardize storing dconf and .steam
This commit is contained in:
parent
5a65ab7b78
commit
ca0987c21a
3 changed files with 16 additions and 18 deletions
|
@ -43,17 +43,10 @@
|
|||
};
|
||||
|
||||
environment = {
|
||||
persistence."/persist" = {
|
||||
directories = [
|
||||
"/etc/NetworkManager/system-connections"
|
||||
"/var/lib/decky-loader"
|
||||
];
|
||||
users.${config.sysusers.main}.directories = [
|
||||
".local/share/gnome-settings-daemon"
|
||||
".local/share/gnome-shell"
|
||||
".steam"
|
||||
];
|
||||
};
|
||||
persistence."/persist".directories = [
|
||||
"/etc/NetworkManager/system-connections"
|
||||
"/var/lib/decky-loader"
|
||||
];
|
||||
gnome.excludePackages = with pkgs; [
|
||||
adwaita-icon-theme
|
||||
baobab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue