clean up config

This commit is contained in:
Isshi0417 2024-07-02 17:41:23 +09:00
parent f25f50f21a
commit 0906d6ba41
15 changed files with 46 additions and 39 deletions

View File

@ -102,6 +102,27 @@
}; };
}; };
stylix.enable = true;
stylix.image = ../../modules/home-manager/stylix/ghibli/ghibli-3.png;
stylix.base16Scheme = {
base00 = "#F0EBE1";
base01 = "#E1D6C6";
base02 = "#D0C2B2";
base03 = "#8C8075";
base04 = "#65594E";
base05 = "#4A413B";
base06 = "#322B25";
base07 = "#1C1813";
base08 = "#BF591E";
base09 = "#A38625";
base0A = "#86A325";
base0B = "#25A36C";
base0C = "#257EA3";
base0D = "#4659BF";
base0E = "#8646BF";
base0F = "#BF4686";
};
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;

View File

@ -1,10 +1,9 @@
{ config, pkgs, ... }: { inputs,onfig, pkgs, ... }:
{ {
imports = imports =
[ [
../../modules/home-manager/git.nix ../../modules/home-manager/git.nix
# ../../modules/home-manager/ghibli/ghibli.nix
]; ];
# Allow Unfree # Allow Unfree

View File

@ -1,5 +0,0 @@
{ pkgs, lib, ... }:
{
}

View File

@ -0,0 +1,24 @@
{ pkgs, ... }:
{
stylix.enable = true;
stylix.image = ../../modules/home-manager/stylix/ghibli/ghibli-3.png;
stylix.base16Scheme = {
base00 = "#F0EBE1";
base01 = "#E1D6C6";
base02 = "#D0C2B2";
base03 = "#8C8075";
base04 = "#65594E";
base05 = "#4A413B";
base06 = "#322B25";
base07 = "#1C1813";
base08 = "#BF591E";
base09 = "#A38625";
base0A = "#86A325";
base0B = "#25A36C";
base0C = "#257EA3";
base0D = "#4659BF";
base0E = "#8646BF";
base0F = "#BF4686";
};
}

View File

@ -1,32 +0,0 @@
{ pkgs, ... }:
{
# Enable stylix
services.stylix.enable = libMkforce true;
stylix.homeManagerIntegration.autoImport = false;
stylix.homeManagerIntegration.followSystem = true;
stylix.image = ./wallpapers/ghibli-3.png;
stylix.polarity = "light";
stylix.base16Scheme = {
base00 = "#F0EBE1";
base01 = "#E1D6C6";
base02 = "#D0C2B2";
base03 = "#8C8075";
base04 = "#65594E";
base05 = "#4A413B";
base06 = "#322B25";
base07 = "#1C1813";
base08 = "#BF591E";
base09 = "#A38625";
base0A = "#86A325";
base0B = "#25A36C";
base0C = "#257EA3";
base0D = "#4659BF";
base0E = "#8646BF";
base0F = "#BF4686";
};
}

View File

Before

Width:  |  Height:  |  Size: 9.8 MiB

After

Width:  |  Height:  |  Size: 9.8 MiB

View File

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 11 MiB

View File

Before

Width:  |  Height:  |  Size: 12 MiB

After

Width:  |  Height:  |  Size: 12 MiB

View File

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 11 MiB

View File

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 11 MiB

View File

Before

Width:  |  Height:  |  Size: 13 MiB

After

Width:  |  Height:  |  Size: 13 MiB

View File

Before

Width:  |  Height:  |  Size: 13 MiB

After

Width:  |  Height:  |  Size: 13 MiB

View File

Before

Width:  |  Height:  |  Size: 10 MiB

After

Width:  |  Height:  |  Size: 10 MiB

View File

Before

Width:  |  Height:  |  Size: 12 MiB

After

Width:  |  Height:  |  Size: 12 MiB

View File

Before

Width:  |  Height:  |  Size: 9.7 MiB

After

Width:  |  Height:  |  Size: 9.7 MiB