feat: move some stuff around + icons

This commit is contained in:
Youwen Wu 2024-07-11 21:45:18 -07:00
parent ac8712080f
commit d4abe95724
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 5 additions and 5 deletions

View file

@ -127,9 +127,6 @@
gnupg gnupg
openssh openssh
python3 python3
wl-clipboard
hyprlock
rofi-wayland
]; ];
environment.variables.EDITOR = "nvim"; environment.variables.EDITOR = "nvim";

View file

@ -90,6 +90,9 @@
ethtool ethtool
pciutils # lspci pciutils # lspci
usbutils # lsusb usbutils # lsusb
wl-clipboard
rofi-wayland
grimblast
# messaging apps # messaging apps
vesktop vesktop
@ -109,6 +112,7 @@
bibata-cursors bibata-cursors
libsForQt5.qtstyleplugin-kvantum libsForQt5.qtstyleplugin-kvantum
libsForQt5.qt5ct libsForQt5.qt5ct
tela-circle-icon-theme
delta delta
lazygit lazygit
@ -365,8 +369,7 @@
size = 20; size = 20;
}; };
iconTheme = { iconTheme = {
name = "Papirus Dark"; name = "Tela-circle";
package = pkgs.papirus-icon-theme;
}; };
}; };