dotfiles-nix/modules/programs/default.nix

17 lines
130 B
Nix
Raw Normal View History

2025-01-21 02:43:35 +00:00
{ ... }:
{
imports = [
./firefox
./git
./gnupg
./hypr
./kitty
./mako
./starship
./waybar
./wofi
./zsh
];
}