blob: c861b041efeffaf7a79888c821dd64b21477c9bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{ ... }:
{
# i3wm home-manager configuration orchestrator
imports = [
./dunst.nix
./i3.nix
./kitty.nix
./neovim.nix
./nnn.nix
./picom.nix
./polybar.nix
./rofi.nix
./scripts.nix
./xdg.nix
];
}
|