From 54281863cde927b7d359781c0aa2ec586ae753cf Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Thu, 3 Oct 2024 20:23:40 +0300 Subject: [PATCH] feat: inherit stylix spotify theme; stop suspend --- home-manager/stvnliu/spicetify.nix | 4 ++-- nixos/services/logind.service.nix | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/home-manager/stvnliu/spicetify.nix b/home-manager/stvnliu/spicetify.nix index b0947fa..e21389c 100644 --- a/home-manager/stvnliu/spicetify.nix +++ b/home-manager/stvnliu/spicetify.nix @@ -13,8 +13,8 @@ in { ]; programs.spicetify = { enable = true; - theme = spicePkgs.themes.onepunch; - colorScheme = "Dark"; + #theme = spicePkgs.themes.onepunch; + #colorScheme = "Dark"; enabledCustomApps = with spicePkgs.apps; [ lyricsPlus ]; diff --git a/nixos/services/logind.service.nix b/nixos/services/logind.service.nix index 5b7abb8..6d54e20 100644 --- a/nixos/services/logind.service.nix +++ b/nixos/services/logind.service.nix @@ -7,7 +7,6 @@ services.logind.extraConfig = '' # don't shutdown in short press HandlePowerKey=ignore - IdleAction=suspend # Milliseconds IdleActionSec=600