dotfiles-nix/nix/programs/default.nix

23 lines
189 B
Nix
Raw Normal View History

2025-01-21 02:43:35 +00:00
{ ... }:
{
imports = [
./firefox
./git
2025-01-23 14:26:51 +00:00
./gpg
2025-01-21 02:43:35 +00:00
./hypr
./kitty
./mako
2025-01-21 13:12:21 +00:00
./neovim
2025-01-24 18:06:22 +00:00
./sops
2025-01-23 14:26:51 +00:00
./ssh
2025-01-21 02:43:35 +00:00
./starship
2025-01-28 02:45:41 +00:00
./steam
2025-02-06 03:21:26 +00:00
./talc
2025-01-21 02:43:35 +00:00
./waybar
2025-01-22 17:41:39 +00:00
./wireguard
2025-01-21 02:43:35 +00:00
./wofi
./zsh
];
}