34 lines
433 B
Nix
34 lines
433 B
Nix
{
|
|
imports = [
|
|
# window managers
|
|
./awesome
|
|
./bspwm
|
|
./dwm
|
|
./hyprland
|
|
./xmonad
|
|
./qtile
|
|
./exwm
|
|
./i3
|
|
# desktop environ men t s s s s
|
|
./kde
|
|
./gnome
|
|
# stuffs
|
|
./kitty
|
|
./wezterm
|
|
./foot
|
|
./browsers
|
|
./apps
|
|
./game
|
|
./chat
|
|
./media
|
|
./dunst
|
|
./picom
|
|
# boot
|
|
./plymouth
|
|
# vpn
|
|
./wireguard
|
|
./printing
|
|
# securitity
|
|
./security
|
|
];
|
|
}
|