Use kitty in nemo

This commit is contained in:
Pedro Rey Anca 2025-04-16 17:21:32 +02:00
parent 09ce02d58d
commit 61dae117c8
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -1,4 +1,10 @@
{pkgs, ...}: { {pkgs, ...}: {
dconf.settings = {
"org/cinnamon/desktop/applications/terminal" = {
exec = "kitty";
};
};
programs.kitty = { programs.kitty = {
enable = true; enable = true;