Added stylix
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
./nvf.nix
|
||||
./packages.nix
|
||||
./plasma.nix
|
||||
./stylix.nix
|
||||
./vscode.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
24
modules/home/stylix.nix
Normal file
24
modules/home/stylix.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
inputs.stylix.homeModules.stylix
|
||||
];
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
||||
autoEnable = false;
|
||||
targets = {
|
||||
kde.enable = true;
|
||||
lazygit.enable = true;
|
||||
vscode = {
|
||||
enable = true;
|
||||
profileNames = [ "default" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user