From 0481cc019aabb758149d4bd088a3ced9536b9412 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Fri, 12 Apr 2024 08:05:18 -0800 Subject: [PATCH] remove gnome term and videos; use kitty; EZA --- configuration.nix | 2 ++ modules/dconf.nix | 2 +- modules/shell.nix | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 11a3ca3..7c9196b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -96,6 +96,8 @@ gnome-weather gnome-maps gnome-contacts + pkgs.gnome-console + totem ]; # Enable CUPS to print documents. diff --git a/modules/dconf.nix b/modules/dconf.nix index ad5d879..3e317d9 100644 --- a/modules/dconf.nix +++ b/modules/dconf.nix @@ -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" diff --git a/modules/shell.nix b/modules/shell.nix index 40d2764..176cb98 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -3,7 +3,7 @@ programs.bash = { enable = true; shellAliases = { - ls = "exa"; + ls = "eza"; }; initExtra = '' export EDITOR=emacs\ -nw