dotfiles/nixos/appearance.nix

13 lines
224 B
Nix
Raw Normal View History

2021-07-11 04:19:34 -06:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# Appearance
gnome-breeze
gnome3.adwaita-icon-theme
hicolor-icon-theme
materia-theme
numix-icon-theme-circle
papirus-icon-theme
];
}