dotfiles-nix/nix/programs/default.nix

21 lines
180 B
Nix

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