nix-config/home/hyprland/default.nix

14 lines
250 B
Nix
Raw Permalink Normal View History

2025-03-27 12:54:14 +01:00
{ pkgs, ...}: {
2025-03-25 15:11:13 +01:00
imports = [
./kitty.nix # Terminal
2025-04-10 11:33:28 +02:00
./alacritty.nix
2025-03-27 15:01:41 +01:00
./hyprland.nix
2025-03-27 12:54:14 +01:00
./hypridle.nix
./hyprlock.nix
./hyprpaper.nix
2025-03-27 14:59:12 +01:00
./rofi # App Launcher
2025-04-05 15:40:23 +02:00
./mako.nix # Notifyer
2025-03-25 15:11:13 +01:00
];
2025-03-27 12:54:14 +01:00
2025-03-24 12:11:44 +01:00
}