mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
17 lines
224 B
Nix
17 lines
224 B
Nix
{
|
|
imports = [
|
|
./awesome.nix
|
|
./bspwm
|
|
./exwm.nix
|
|
./fluxbox.nix
|
|
./herbstluftwm.nix
|
|
./hyprland.nix
|
|
./i3-sway
|
|
./labwc
|
|
./river.nix
|
|
./spectrwm.nix
|
|
./wayfire.nix
|
|
./xmonad.nix
|
|
];
|
|
}
|