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 = { programs.spicetify = {
enable = true; enable = true;
theme = spicePkgs.themes.onepunch; #theme = spicePkgs.themes.onepunch;
colorScheme = "Dark"; #colorScheme = "Dark";
enabledCustomApps = with spicePkgs.apps; [ enabledCustomApps = with spicePkgs.apps; [
lyricsPlus lyricsPlus
]; ];

View file

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