blob: 9ada0bec13049ffcd76f1ba36665df57da05c914 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{ pkgs, ... }:
{
imports = [
./xmonad.nix
./kitty.nix
./vim.nix
./zathura.nix
# applications grouped by purpose
./apps/file.nix
./apps/web.nix
./apps/dev.nix
];
}
|