aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-10-03 20:23:40 +0300
committerZhongheng Liu <z.liu@outlook.com.gr>2024-10-03 20:23:40 +0300
commit54281863cde927b7d359781c0aa2ec586ae753cf (patch)
tree5864b50108e80a2acab28e80cd37d3559a266804
parentf9e7c190b6c71b431222dd898fb54871c5af4a5f (diff)
downloadnixos-configuration-54281863cde927b7d359781c0aa2ec586ae753cf.tar.gz
nixos-configuration-54281863cde927b7d359781c0aa2ec586ae753cf.tar.bz2
nixos-configuration-54281863cde927b7d359781c0aa2ec586ae753cf.zip
feat: inherit stylix spotify theme; stop suspend
-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