tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
stylix: only enable some stylix modules
wiro.world
1 month ago
f62c4cb0
466cc5bc
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+8
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
stylix.nix
+8
home-manager/fragments/stylix.nix
···
30
30
31
31
stylix = {
32
32
enable = true;
33
33
+
autoEnable = false;
34
34
+
35
35
+
targets.mako.enable = true;
36
36
+
targets.sway.enable = true;
37
37
+
targets.swaylock.enable = true;
38
38
+
targets.tofi.enable = true;
39
39
+
targets.waybar.enable = true;
40
40
+
33
41
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/onedark-dark.yaml";
34
42
35
43
image = ../../assets/wallpaper-binary-cloud.png;