diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 7365153..7971c74 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -31,13 +31,14 @@ cursor = { package = pkgs.bibata-cursors; name = "Bibata-Modern-Ice"; + size = 24; }; fonts = { sizes = { desktop = 8; - applications = 11; - popups = 11; + applications = 10; + popups = 10; terminal = 12; }; diff --git a/nixos/desktop/hyprland/hyprland.nix b/nixos/desktop/hyprland/hyprland.nix index efda8bb..be97947 100644 --- a/nixos/desktop/hyprland/hyprland.nix +++ b/nixos/desktop/hyprland/hyprland.nix @@ -93,12 +93,11 @@ ]; exec-once = [ - "hyprpm reload -n" "discord --start-minimized" "ferdium --minimized" "kdeconnect-indicator" "swww-daemon --format xrgb" - "swww img /home/foglar/Programming/Git/wallpapers/Decay-Green/wallpapers/aurora_borealis.png" + "swww ../../aurora_borealis.png" "hypridle" "waybar" "swayosd-server"