Files
dotfiles/users/richie/home/gui/sweet.nix
T

8 lines
86 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
sweet-nova
candy-icons
];
}