Remove some grossness in Jovian
This commit is contained in:
parent
2ddcbbc58c
commit
88933b9ce2
1 changed files with 4 additions and 7 deletions
|
@ -43,13 +43,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
persistence."/persist" = {
|
persistence."/persist".directories = [
|
||||||
directories = [
|
"/etc/NetworkManager/system-connections"
|
||||||
"/etc/NetworkManager/system-connections"
|
"/var/lib/decky-loader"
|
||||||
"/var/lib/decky-loader"
|
];
|
||||||
];
|
|
||||||
users.${config.sysusers.main}.directories = [ ".steam" ];
|
|
||||||
};
|
|
||||||
gnome.excludePackages = with pkgs; [
|
gnome.excludePackages = with pkgs; [
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
baobab
|
baobab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue