From b0a50c07dd0433403574fd16ce1d8279e198cf1e Mon Sep 17 00:00:00 2001 From: Xory Date: Sun, 4 Jan 2026 01:06:14 +0200 Subject: [PATCH] minor tweaks --- config/hypr/hyprsunset.conf | 6 ------ configuration.nix | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/config/hypr/hyprsunset.conf b/config/hypr/hyprsunset.conf index 937bd95..2f359e5 100644 --- a/config/hypr/hyprsunset.conf +++ b/config/hypr/hyprsunset.conf @@ -11,12 +11,6 @@ profile { gamma = 0.8 } -profile { - time = 24:00 - temperature = 1500 - gamma = 0.7 -} - profile { time = 6:00 identity = true diff --git a/configuration.nix b/configuration.nix index 7b0f942..47f4168 100644 --- a/configuration.nix +++ b/configuration.nix @@ -39,10 +39,10 @@ # Plymouth boot.plymouth = { enable = true; - theme = "lone"; + theme = "square"; themePackages = with pkgs; [ (adi1090x-plymouth-themes.override { - selected_themes = [ "lone" ]; + selected_themes = [ "square" ]; }) ]; };