feat: replace gnome console with ghostty

This commit is contained in:
HerozDotExe 2026-03-19 19:01:06 +01:00
parent 41934a962d
commit 5fe8e3107f
2 changed files with 8 additions and 0 deletions

View file

@ -104,6 +104,7 @@
simple-scan
gnome-music
geary
gnome-console
];
# Configure keymap in X11

View file

@ -78,6 +78,13 @@ in
};
};
programs.ghostty = {
enable = true;
settings = {
theme = "Adwaita Dark";
};
};
programs.nushell = {
enable = true;
extraConfig = ''