mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
profiles/gnome: init from legacy
This commit is contained in:
parent
93de5f66bd
commit
96880cc7b7
4 changed files with 38 additions and 20 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue