nixos-dotfiles

nixos-dotfiles

https://git.tonybtw.com/nixos-dotfiles.git git://git.tonybtw.com/nixos-dotfiles.git
210 bytes raw
1
{ config, pkgs, ... }:
2
{
3
  home.packages = with pkgs; [
4
    arc-theme 
5
    materia-theme 
6
    qogir-theme
7
    orchis-theme
8
    numix-gtk-theme
9
    gtk-engine-murrine 
10
    catppuccin-gtk
11
    candy-icons
12
  ];
13
}