feat: replace gnome console with ghostty
This commit is contained in:
parent
41934a962d
commit
5fe8e3107f
2 changed files with 8 additions and 0 deletions
|
|
@ -104,6 +104,7 @@
|
|||
simple-scan
|
||||
gnome-music
|
||||
geary
|
||||
gnome-console
|
||||
];
|
||||
|
||||
# Configure keymap in X11
|
||||
|
|
|
|||
7
home.nix
7
home.nix
|
|
@ -78,6 +78,13 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "Adwaita Dark";
|
||||
};
|
||||
};
|
||||
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue