dotfiles-nix/modules/programs/default.nix

18 lines
141 B
Nix
Raw Normal View History

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