mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-07 11:51:39 +02:00
stylix (round 2)
This commit is contained in:
parent
63493fd366
commit
5b7e15db62
5 changed files with 51 additions and 29 deletions
|
@ -1,6 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
stylix = {
|
||||
enable = true;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
|
||||
fonts = {
|
||||
serif = {
|
||||
|
@ -9,13 +10,13 @@
|
|||
};
|
||||
|
||||
sansSerif = {
|
||||
package = pkgs.b612;
|
||||
name = "B612";
|
||||
package = pkgs.atkinson-hyperlegible;
|
||||
name = "Atkinson Hyperlegible";
|
||||
};
|
||||
|
||||
monospace = {
|
||||
package = pkgs.departure-mono;
|
||||
name = "Departure Mono";
|
||||
package = pkgs.nerd-fonts.departure-mono;
|
||||
name = "Departure Mono Nerd Font";
|
||||
};
|
||||
|
||||
emoji = {
|
||||
|
@ -24,4 +25,18 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
home-manager.users.jade = {pkgs, ...}: {
|
||||
stylix.targets = {
|
||||
firefox = {
|
||||
profileNames = ["jade"];
|
||||
};
|
||||
helix.enable = false;
|
||||
btop.enable = false;
|
||||
nushell.enable = false;
|
||||
starship.enable = false;
|
||||
kitty.enable = false;
|
||||
dunst.enable = false;
|
||||
wofi.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue