rice/programs/default.nix

13 lines
162 B
Nix
Raw Normal View History

2022-07-22 20:42:05 +00:00
{...}: {
imports = [
./alacritty.nix
./bash.nix
./chromium.nix
./git.nix
./mako.nix
./nvim.nix
./pipewire.nix
./sway.nix
];
}