Added Stylix
This commit is contained in:
19
hosts/common/optional/theming/themes/tokyonight/default.nix
Normal file
19
hosts/common/optional/theming/themes/tokyonight/default.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
||||
BIN
hosts/common/optional/theming/themes/tokyonight/wallpaper.jpg
Normal file
BIN
hosts/common/optional/theming/themes/tokyonight/wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 KiB |
Reference in New Issue
Block a user