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
12
13
13
programs.spicetify = {
14
14
enable = true;
15
15
+
wayland = true;
16
16
+
15
17
theme = spicePkgs.themes.catppuccin;
16
18
colorScheme = config.catppuccin.flavor;
17
19
enabledExtensions = with spicePkgs.extensions; [
18
18
-
fullAppDisplay
19
20
adblockify
20
21
shuffle
21
22
autoSkip
22
23
powerBar
23
24
autoVolume
25
25
+
26
26
+
history
27
27
+
simpleBeautifulLyrics
28
28
+
];
29
29
+
enabledCustomApps = with spicePkgs.apps; [
30
30
+
lyricsPlus
24
31
];
25
32
};
26
33
}