aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-manager/stvnliu/spicetify.nix4
-rw-r--r--nixos/services/logind.service.nix1
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