🧹 Moved Hyprland conf to .nix file. Shorter title in waybar and changed notification icon

This commit is contained in:
2025-01-06 20:44:32 +01:00
parent 00a3c0b0cd
commit 533ff49808
5 changed files with 335 additions and 420 deletions

View File

@ -1,16 +1,15 @@
# Home configurations for Hyprland. For system configs, see ./hyprland
{ ... }:
{
imports = [
./binds.nix
./hyprcursor
./waybar
./hypridle
./hyprlock
./settings.nix
./swaync
];
home.file.".config/hypr/hyprland.conf".source = ./hyprland.conf;
programs = {
btop.enable = true;
kitty = {
@ -19,4 +18,6 @@
};
};
};
wayland.windowManager.hyprland.enable = true;
}