surely this will work
This commit is contained in:
parent
86494ef71a
commit
2d2be6b50c
3 changed files with 18 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, username, ... }:
|
||||
|
||||
{
|
||||
services.xserver = {
|
||||
|
@ -40,4 +40,12 @@
|
|||
just-perfection
|
||||
quick-settings-tweaker
|
||||
]);
|
||||
|
||||
environment.persistence."/nix/persist" = {
|
||||
users."${username}" = {
|
||||
directories = [
|
||||
".config/dconf"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue