nix-da/home/default.nix

17 lines
260 B
Nix

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