nix/modules/default.nix
2024-08-31 16:27:33 +02:00

40 lines
522 B
Nix

{
imports = [
# ./fonts
# ./sound
# ./vm
# ./packages
# ./misc
# ./gdm
# ./stylix
# ./blue
# ./services
# ./syncthing
# ./gpg
# ./appimage
# ./update
# ./polkit
# ./ssh
# ./dunst
# ./zsh
# ./misc
# ./rofi
# ./helix
# ./firefox
# ./alacritty
# ./hyprland
# ./hypridle
# ./newsboat
# ./git
# ./gtk
# ./ags
./apps
# ./desktop
./hardware
# ./services
./styling
./system
./tools
];
}