mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: move some stuff around + icons
This commit is contained in:
parent
ac8712080f
commit
d4abe95724
2 changed files with 5 additions and 5 deletions
|
@ -127,9 +127,6 @@
|
|||
gnupg
|
||||
openssh
|
||||
python3
|
||||
wl-clipboard
|
||||
hyprlock
|
||||
rofi-wayland
|
||||
];
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
|
|
7
home.nix
7
home.nix
|
@ -90,6 +90,9 @@
|
|||
ethtool
|
||||
pciutils # lspci
|
||||
usbutils # lsusb
|
||||
wl-clipboard
|
||||
rofi-wayland
|
||||
grimblast
|
||||
|
||||
# messaging apps
|
||||
vesktop
|
||||
|
@ -109,6 +112,7 @@
|
|||
bibata-cursors
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
libsForQt5.qt5ct
|
||||
tela-circle-icon-theme
|
||||
|
||||
delta
|
||||
lazygit
|
||||
|
@ -365,8 +369,7 @@
|
|||
size = 20;
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Papirus Dark";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
name = "Tela-circle";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue