tangled
alpha
login
or
join now
vt3e.cat
/
petals
1
fork
atom
my nix flake.
1
fork
atom
overview
issues
pulls
pipelines
feat(home/spicetify): additional plugins
vt3e.cat
9 months ago
14de34c8
d7187130
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:bC12nO0d6wKnJ426YBbLO7LVxmZlwJ1l2X0eqOroDV0=
+8
-1
1 changed file
expand all
collapse all
unified
split
user
apps
spicetify.nix
+8
-1
user/apps/spicetify.nix
···
12
13
programs.spicetify = {
14
enable = true;
0
0
15
theme = spicePkgs.themes.catppuccin;
16
colorScheme = config.catppuccin.flavor;
17
enabledExtensions = with spicePkgs.extensions; [
18
-
fullAppDisplay
19
adblockify
20
shuffle
21
autoSkip
22
powerBar
23
autoVolume
0
0
0
0
0
0
24
];
25
};
26
}
···
12
13
programs.spicetify = {
14
enable = true;
15
+
wayland = true;
16
+
17
theme = spicePkgs.themes.catppuccin;
18
colorScheme = config.catppuccin.flavor;
19
enabledExtensions = with spicePkgs.extensions; [
0
20
adblockify
21
shuffle
22
autoSkip
23
powerBar
24
autoVolume
25
+
26
+
history
27
+
simpleBeautifulLyrics
28
+
];
29
+
enabledCustomApps = with spicePkgs.apps; [
30
+
lyricsPlus
31
];
32
};
33
}