Use kitty in nemo
This commit is contained in:
parent
09ce02d58d
commit
61dae117c8
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
dconf.settings = {
|
||||
"org/cinnamon/desktop/applications/terminal" = {
|
||||
exec = "kitty";
|
||||
};
|
||||
};
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue