nixfiles/home/c/programs/default.nix
Callum Leslie 19551022f0
Some checks are pending
/ ci (push) Waiting to run
add jujutsu vcs
2025-09-16 17:04:23 +01:00

19 lines
203 B
Nix

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