dotfiles-nix/nix/programs/default.nix

20 lines
170 B
Nix

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