rice/programs/default.nix

18 lines
230 B
Nix
Raw Normal View History

2022-09-27 20:15:22 +00:00
_: {
2022-07-22 20:42:05 +00:00
imports = [
./bash.nix
2022-08-22 18:32:26 +00:00
./borg.nix
2022-10-18 21:16:25 +00:00
./cargo.nix
./firefox.nix
2022-12-02 13:58:25 +00:00
./foot.nix
2022-07-22 20:42:05 +00:00
./git.nix
2022-08-22 17:05:46 +00:00
./gpg.nix
2022-10-28 14:58:47 +00:00
./lsd.nix
2022-07-22 20:42:05 +00:00
./mako.nix
2022-09-13 16:07:45 +00:00
./newsboat.nix
2022-07-22 20:42:05 +00:00
./nvim.nix
./pipewire.nix
./sway.nix
];
}