preparing for stylix
This commit is contained in:
parent
720ebe4326
commit
47d5321743
5 changed files with 276 additions and 3 deletions
|
@ -36,7 +36,7 @@ with lib;
|
|||
package = pkgs.awesome;
|
||||
};
|
||||
desktopManager.plasma5 = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
runUsingSystemd = true;
|
||||
};
|
||||
# desktopManager.gnome.enable = true;
|
||||
|
@ -47,6 +47,31 @@ with lib;
|
|||
enableKwallet = true;
|
||||
};
|
||||
|
||||
# stylix = {
|
||||
# enable = true;
|
||||
# polarity = "dark";
|
||||
# base16Scheme = {
|
||||
# base00 = "282a36";
|
||||
# base01 = "34353e";
|
||||
# base02 = "43454f";
|
||||
# base03 = "78787e";
|
||||
# base04 = "a5a5a9";
|
||||
# base05 = "e2e4e5";
|
||||
# base06 = "eff0eb";
|
||||
# base07 = "f1f1f0";
|
||||
# base08 = "ff5c57";
|
||||
# base09 = "ff9f43";
|
||||
# base0A = "f3f99d";
|
||||
# base0B = "5af78e";
|
||||
# base0C = "9aedfe";
|
||||
# base0D = "57c7ff";
|
||||
# base0E = "ff6ac1";
|
||||
# base0F = "b2643c";
|
||||
# };
|
||||
# image = "base0D";
|
||||
# # targets.tofi.enable = false;
|
||||
# };
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerdfonts
|
||||
noto-fonts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue