feat: inherit stylix spotify theme; stop suspend
This commit is contained in:
parent
f9e7c190b6
commit
54281863cd
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
services.logind.extraConfig = ''
|
||||
# don't shutdown in short press
|
||||
HandlePowerKey=ignore
|
||||
IdleAction=suspend
|
||||
|
||||
# Milliseconds
|
||||
IdleActionSec=600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue