From dcf181712136229cbdd81781418026e82227fabe Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Sat, 24 Feb 2024 10:30:27 +0100 Subject: [PATCH] feat: minor changes --- hosts/configuration.nix | 1 + hosts/home.nix | 2 ++ modules/desktop/gnome/default.nix | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 8def0c0..cc488c8 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -111,6 +111,7 @@ nano pciutils ripgrep + bat socat usbutils wget diff --git a/hosts/home.nix b/hosts/home.nix index a6df458..d140cdf 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -153,6 +153,8 @@ # obsidian # Text Editor comma + bat + rg ]; pointerCursor = { # This will set cursor system-wide so applications can not choose their own diff --git a/modules/desktop/gnome/default.nix b/modules/desktop/gnome/default.nix index fd3e8ea..c9ed6d8 100644 --- a/modules/desktop/gnome/default.nix +++ b/modules/desktop/gnome/default.nix @@ -72,7 +72,7 @@ in { gnome.excludePackages = (with pkgs; [ # Gnome ignored packages gnome-tour ]) ++ (with pkgs.gnome; [ - gedit + pkgs.gedit epiphany geary gnome-characters -- 2.48.1