dotfiles-nix/nix/programs/default.nix
2025-02-05 22:21:26 -05:00

22 lines
189 B
Nix

{ ... }:
{
imports = [
./firefox
./git
./gpg
./hypr
./kitty
./mako
./neovim
./sops
./ssh
./starship
./steam
./talc
./waybar
./wireguard
./wofi
./zsh
];
}