various cleanups
This commit is contained in:
parent
869c881944
commit
b8ac30ba01
6 changed files with 79 additions and 21 deletions
22
modules/graphical/stylix.nix
Executable file
22
modules/graphical/stylix.nix
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
polarity = "dark";
|
||||
enableReleaseChecks = false;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
|
||||
targets = {
|
||||
qt.enable = false;
|
||||
plymouth = {
|
||||
enable = true;
|
||||
logo = ./logo.png;
|
||||
};
|
||||
fontconfig.enable = false;
|
||||
font-packages.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue