trying stylix
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{ pkgs, flakeRoot, ... }:
|
||||
|
||||
{
|
||||
stylix = {
|
||||
environment.systemPackages = with pkgs; [
|
||||
stylix
|
||||
];
|
||||
|
||||
programs.stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user