mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 22:43:55 -05:00
nemo: migrate to new toplevel
This commit is contained in:
parent
7527c3541e
commit
165f79da5e
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}: {
|
||||
config = lib.mkIf config.ar.home.apps.nemo.enable {
|
||||
home.packages = [pkgs.cinnamon.nemo];
|
||||
home.packages = [pkgs.nemo];
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue