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-weather
gnome-maps gnome-maps
gnome-contacts gnome-contacts
pkgs.gnome-console
totem
]; ];
# Enable CUPS to print documents. # Enable CUPS to print documents.

View File

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

View File

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