dotfiles-nix/modules/programs/default.nix

19 lines
155 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
2025-01-22 17:41:39 +00:00
./wireguard
2025-01-21 02:43:35 +00:00
./wofi
./zsh
];
}