From 24666c6accf958708a7b6df42a570a377450dd9c Mon Sep 17 00:00:00 2001 From: foglar Date: Tue, 29 Oct 2024 10:31:22 +0100 Subject: [PATCH] config fix --- nixos/configuration.nix | 5 +++-- nixos/desktop/hyprland/hyprland.nix | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"