remove gnome term and videos; use kitty; EZA

This commit is contained in:
Miranda Marquez 2024-04-12 08:05:18 -08:00
parent 60d2f5a347
commit 0481cc019a
3 changed files with 4 additions and 2 deletions

View File

@ -96,6 +96,8 @@
gnome-weather
gnome-maps
gnome-contacts
pkgs.gnome-console
totem
];
# Enable CUPS to print documents.

View File

@ -13,7 +13,7 @@ with lib.hm.gvariant;
dconf.settings = {
"org/gnome/shell" = {
"favorite-apps" = [
"org.gnome.Console.desktop"
"kitty.desktop"
"firefox.desktop"
"emacs.desktop"
"org.gnome.Settings.desktop"

View File

@ -3,7 +3,7 @@
programs.bash = {
enable = true;
shellAliases = {
ls = "exa";
ls = "eza";
};
initExtra = ''
export EDITOR=emacs\ -nw