Files
dotfiles/users/shared/sweet.nix

8 lines
86 B
Nix

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