General update

This commit is contained in:
2023-12-13 17:05:41 -04:00
parent 90319bbe15
commit 05bcc28e76
6 changed files with 159 additions and 37 deletions

View File

@@ -1,10 +1,22 @@
{ config, pkgs, ... }:
{ system, inputs, config, pkgs, ... }:
{
stylix.image = ./wallpaper.jpg;
stylix.polarity = "dark";
stylix.cursor.name = "breeze";
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
home-manager.sharedModules = [
{
programs.vscode = {
extensions = with inputs.nix-vscode-extensions.extensions.${system}; [
vscode-marketplace.sainnhe.everforest
];
userSettings = {
"workbench.colorTheme" = "Everforest Dark";
};
};
}
];
stylix.fonts = {
serif = {