nix-da/home/default.nix

16 lines
245 B
Nix

# This file contains default settings used across different systems
{
imports = [
./graphical
./terminal
./desktop
./hyprland
./hyprlock
./services
./rofi
./sway
./waybar
./hyprpaper
./swaync
];
}