diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index b4c7a99..18f9d52 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -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;