From 4c9988a7afe7eeae44f62d08754c6a84ac71e054 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Tue, 10 Dec 2024 09:50:56 +0100 Subject: [PATCH] + libgtop --- home/features/desktop/fonts.nix | 2 +- home/features/desktop/hyprland.nix | 2 +- home/m3tam3re/home.nix | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/features/desktop/fonts.nix b/home/features/desktop/fonts.nix index 5953cf0..959b413 100644 --- a/home/features/desktop/fonts.nix +++ b/home/features/desktop/fonts.nix @@ -14,7 +14,7 @@ in { home.packages = with pkgs; [ fira-code fira-code-symbols - fira-code-nerdfont + nerd-fonts.fira-code font-manager font-awesome_5 noto-fonts diff --git a/home/features/desktop/hyprland.nix b/home/features/desktop/hyprland.nix index ed49401..053095e 100644 --- a/home/features/desktop/hyprland.nix +++ b/home/features/desktop/hyprland.nix @@ -14,7 +14,7 @@ env = [ "XCURSOR_SIZE,32" - "HYPRCURSOR_THEME,rose-pine-hyprcursor" + "HYPRCURSOR_THEME,Bibata-Modern-Ice" "WLR_NO_HARDWARE_CURSORS,1" "GTK_THEME,Dracula" ]; diff --git a/home/m3tam3re/home.nix b/home/m3tam3re/home.nix index bbfdb09..68d1f5c 100644 --- a/home/m3tam3re/home.nix +++ b/home/m3tam3re/home.nix @@ -25,6 +25,7 @@ # environment. home.packages = with pkgs; [ aider-chat-env + libgtop # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. # pkgs.hello