new theme
This commit is contained in:
parent
7e91bfb0f5
commit
d6e70eb5db
1 changed files with 11 additions and 6 deletions
|
|
@ -57,9 +57,13 @@
|
|||
|
||||
stylix = {
|
||||
enable = true;
|
||||
polarity = "dark";
|
||||
polarity = "light";
|
||||
image = ./wallpaper.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/brushtrees.yaml";
|
||||
opacity = {
|
||||
terminal = .85;
|
||||
popups = .75;
|
||||
};
|
||||
cursor = {
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
|
|
@ -95,7 +99,10 @@
|
|||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
home-manager = { users = { "k" = import ./home.nix; }; };
|
||||
home-manager = {
|
||||
backupFileExtension = "bk";
|
||||
users = { "k" = import ./home.nix; };
|
||||
};
|
||||
|
||||
environment = {
|
||||
sessionVariables = { MOZ_USE_XINPUT2 = "1"; };
|
||||
|
|
@ -131,9 +138,7 @@
|
|||
|
||||
boot = {
|
||||
|
||||
plymouth = {
|
||||
enable = true;
|
||||
};
|
||||
plymouth = { enable = true; };
|
||||
|
||||
consoleLogLevel = 0;
|
||||
initrd.verbose = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue