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 = {
|
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
|
||||||
];
|
];
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue