diff --git a/nixos/appearance.nix b/nixos/appearance.nix deleted file mode 100644 index 9cff6e51..00000000 --- a/nixos/appearance.nix +++ /dev/null @@ -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 - ]; -} diff --git a/nixos/base.nix b/nixos/base.nix index b4d32fb0..4dd8975d 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -8,7 +8,6 @@ nixpkgs.overlays = [ (import ../dotfiles/config/xmonad/overlay.nix) - (import ../dotfiles/config/taffybar/overlay.nix) ]; # Allow all the things diff --git a/nixos/essential.nix b/nixos/essential.nix index def250bc..c91f9046 100644 --- a/nixos/essential.nix +++ b/nixos/essential.nix @@ -27,6 +27,8 @@ in element-desktop # Appearance + numix-icon-theme-circle + papirus-icon-theme hicolor-icon-theme # XOrg