🧹 Moved Hyprland conf to .nix file. Shorter title in waybar and changed notification icon
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user