Configure nemo in separate file
This commit is contained in:
parent
caa0ae4fe2
commit
f173a43c72
4 changed files with 14 additions and 7 deletions
|
|
@ -1,10 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
dconf.settings = {
|
||||
"org/cinnamon/desktop/applications/terminal" = {
|
||||
exec = "kitty";
|
||||
};
|
||||
};
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
Reference in a new issue