Update
This commit is contained in:
parent
a6a1e32ade
commit
88e63aaf7f
6 changed files with 56 additions and 65 deletions
|
@ -1,7 +1,8 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
{ pkgs, config, lib, stylix, ... }:
|
||||
{
|
||||
config = {
|
||||
stylix = {
|
||||
enable = true;
|
||||
polarity = config.frogeye.polarity;
|
||||
fonts = {
|
||||
monospace = {
|
||||
|
@ -13,4 +14,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
imports = [
|
||||
stylix.homeManagerModules.stylix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue