nix-da/home/default.nix

17 lines
269 B
Nix

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