mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-20 11:17:02 -04:00
guh
This commit is contained in:
parent
b6f42fd63f
commit
59ee516926
7 changed files with 375 additions and 17 deletions
|
@ -1,8 +1,29 @@
|
|||
{ pkgs, config, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16scheme = ./tokyonight.yaml;
|
||||
image = ./wallpaper.jpg;
|
||||
base16Scheme = {
|
||||
base00 = "#1A1B26";
|
||||
base01 = "#16161E";
|
||||
base02 = "#2F3549";
|
||||
base03 = "#444B6A";
|
||||
base04 = "#787C99";
|
||||
base05 = "#A9B1D6";
|
||||
base06 = "#CBCCD1";
|
||||
base07 = "#D5D6DB";
|
||||
base08 = "#C0CAF5";
|
||||
base09 = "#A9B1D6";
|
||||
base0A = "#0DB9D7";
|
||||
base0B = "#9ECE6A";
|
||||
base0C = "#B4F9F8";
|
||||
base0D = "#2AC3DE";
|
||||
base0E = "#BB9AF7";
|
||||
base0F = "#F7768E";
|
||||
};
|
||||
fonts = {
|
||||
emoji = {
|
||||
package = pkgs.twemoji-color-font;
|
||||
|
|
BIN
common/systemModules/wallpaper.jpg
Normal file
BIN
common/systemModules/wallpaper.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
Loading…
Add table
Add a link
Reference in a new issue