!qol(restructure): heavy restructure
This commit is contained in:
18
modules/stylix/shared.nix
Normal file
18
modules/stylix/shared.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./fonts.nix
|
||||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
polarity = "dark";
|
||||
base16Scheme = ./theme.yml;
|
||||
};
|
||||
# stylix.override = {
|
||||
# base00 = "000000"; # make background completely black
|
||||
# };
|
||||
}
|
||||
Reference in New Issue
Block a user