feat: inherit stylix spotify theme; stop suspend

This commit is contained in:
Zhongheng Liu 2024-10-03 20:23:40 +03:00
commit 54281863cd
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -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
];

View file

@ -7,7 +7,6 @@
services.logind.extraConfig = ''
# don't shutdown in short press
HandlePowerKey=ignore
IdleAction=suspend
# Milliseconds
IdleActionSec=600