nixos-dotfiles
https://git.tonybtw.com/nixos-dotfiles.git
git://git.tonybtw.com/nixos-dotfiles.git
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
arc-theme
materia-theme
qogir-theme
orchis-theme
numix-gtk-theme
gtk-engine-murrine
catppuccin-gtk
candy-icons
];
}