fucking(refactored): everything
This commit is contained in:
@@ -9,12 +9,14 @@ let
|
||||
cfg = config.modules.stylix;
|
||||
in
|
||||
{
|
||||
|
||||
options.modules.stylix = {
|
||||
enable = lib.mkEnableOption "stylix configuration module";
|
||||
};
|
||||
imports = [
|
||||
./shared.nix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
config = {
|
||||
config = lib.mkIf cfg.enable {
|
||||
stylix.enable = true;
|
||||
stylix.autoEnable = false; # honestly, fuck stylix;
|
||||
#stylix.targets.tmux.enable = false;
|
||||
|
||||
Reference in New Issue
Block a user