nixfiles/home/c/programs/default.nix
Callum Leslie e79499c35f
Some checks failed
/ ci (push) Has been cancelled
fix and update to 25.05 woo
2025-07-17 08:46:43 +01:00

18 lines
194 B
Nix

{...}: {
imports = [
./hypr
./waybar
./git
./fish
./rofi
./rbw
./firefox
./tmux
./alacritty
./direnv
];
programs = {
gpg.enable = true;
};
}