mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
cinnamon: enable nemo module by default
This commit is contained in:
parent
7fad3c1a86
commit
d099bc6ba0
|
@ -5,8 +5,14 @@
|
|||
...
|
||||
}: {
|
||||
config = lib.mkIf config.alyraffauf.desktop.cinnamon.enable {
|
||||
dconf.enable = true;
|
||||
dconf.settings = {
|
||||
alyraffauf = {
|
||||
apps = {
|
||||
nemo.enable = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/cinnamon/desktop/background".picture-uri = "file://${config.alyraffauf.theme.wallpaper}";
|
||||
"org/cinnamon/desktop/interface".cursor-size = config.alyraffauf.theme.cursorTheme.size;
|
||||
"org/cinnamon/desktop/interface".cursor-theme = config.alyraffauf.theme.cursorTheme.name;
|
||||
|
@ -56,4 +62,5 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue