Skip to content

Commit

Permalink
nixos: override stylix color
Browse files Browse the repository at this point in the history
This is to get orange borders etc in sway.
  • Loading branch information
claha committed Sep 20, 2024
1 parent 1a2d59a commit 6d8fd0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nixos/hosts/yoga/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
'';
};
};
environment.etc."brac.jpg".source = ./brac.jpg;

security.pam.services.swaylock = { };

Expand Down Expand Up @@ -103,12 +102,14 @@
stylix = {
enable = true;
image = ./brac.jpg;
# polarity = "dark";
opacity = {
terminal = 0.7;
desktop = 0.7;
};
base16Scheme = "${pkgs.base16-schemes}/share/themes/pinky.yaml";
override = {
base0D = "ff8c00";
};
};

# Did you read the comment?
Expand Down

0 comments on commit 6d8fd0b

Please sign in to comment.