profiles/gnome: init from legacy

This commit is contained in:
Felix Buehler 2023-04-06 23:03:28 +02:00
parent 93de5f66bd
commit 96880cc7b7
4 changed files with 38 additions and 20 deletions

View file

@ -8,6 +8,9 @@ in
};
config = lib.mkIf cfg.enable {
# make sure gnome parts are there for storing settings
my.profiles.gnome.enable = true;
# enable trash & network-mount
services.gvfs.enable = true;