nix-da/home/default.nix
nydragon da90f969f0
Some checks failed
/ test (push) Failing after 31m26s
fix: keyring hopefully
2025-03-06 20:16:32 +01:00

17 lines
273 B
Nix

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