[NixOS] Install numix-icon-them-circle by default
This commit is contained in:
parent
b7342c6a15
commit
82befc8adf
@ -1,12 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Appearance
|
||||
gnome-breeze
|
||||
gnome3.adwaita-icon-theme
|
||||
hicolor-icon-theme
|
||||
materia-theme
|
||||
numix-icon-theme-circle
|
||||
papirus-icon-theme
|
||||
];
|
||||
}
|
@ -8,7 +8,6 @@
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ../dotfiles/config/xmonad/overlay.nix)
|
||||
(import ../dotfiles/config/taffybar/overlay.nix)
|
||||
];
|
||||
|
||||
# Allow all the things
|
||||
|
@ -27,6 +27,8 @@ in
|
||||
element-desktop
|
||||
|
||||
# Appearance
|
||||
numix-icon-theme-circle
|
||||
papirus-icon-theme
|
||||
hicolor-icon-theme
|
||||
|
||||
# XOrg
|
||||
|
Loading…
Reference in New Issue
Block a user