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
|
gnupg
|
||||||
openssh
|
openssh
|
||||||
python3
|
python3
|
||||||
wl-clipboard
|
|
||||||
hyprlock
|
|
||||||
rofi-wayland
|
|
||||||
];
|
];
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
||||||
|
|
7
home.nix
7
home.nix
|
@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue