Added Stylix

This commit is contained in:
2025-06-04 14:29:14 -03:00
parent 01c02381ce
commit cdd29be844
6 changed files with 469 additions and 21 deletions

View File

@@ -0,0 +1,12 @@
{
stylix.enable = true;
stylix.autoEnable = true;
home-manager.sharedModules = [
{
stylix.autoEnable = true;
stylix.targets.vscode.enable = false;
}
];
}

View File

@@ -0,0 +1,19 @@
{
pkgs,
system,
inputs,
...
}: {
stylix.enable = true;
stylix.image = ./wallpaper.jpg;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-city-dark.yaml";
stylix.fonts = {
monospace = {
package = pkgs.fira-code-nerdfont;
name = "Fira Code Nerd Font";
};
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB