+ libgtop

This commit is contained in:
m3tam3re 2024-12-10 09:50:56 +01:00
parent 24a7fa1313
commit 4c9988a7af
3 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ in {
home.packages = with pkgs; [ home.packages = with pkgs; [
fira-code fira-code
fira-code-symbols fira-code-symbols
fira-code-nerdfont nerd-fonts.fira-code
font-manager font-manager
font-awesome_5 font-awesome_5
noto-fonts noto-fonts

View File

@ -14,7 +14,7 @@
env = [ env = [
"XCURSOR_SIZE,32" "XCURSOR_SIZE,32"
"HYPRCURSOR_THEME,rose-pine-hyprcursor" "HYPRCURSOR_THEME,Bibata-Modern-Ice"
"WLR_NO_HARDWARE_CURSORS,1" "WLR_NO_HARDWARE_CURSORS,1"
"GTK_THEME,Dracula" "GTK_THEME,Dracula"
]; ];

View File

@ -25,6 +25,7 @@
# environment. # environment.
home.packages = with pkgs; [ home.packages = with pkgs; [
aider-chat-env aider-chat-env
libgtop
# # Adds the 'hello' command to your environment. It prints a friendly # # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run. # # "Hello, world!" when run.
# pkgs.hello # pkgs.hello