From 73200277c60e96757aa88ff99ed9ccfbae604e0a Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 3 Dec 2023 21:07:48 +0300 Subject: [PATCH] Stylistic changes --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index d02a809..8cf0668 100644 --- a/flake.nix +++ b/flake.nix @@ -50,8 +50,8 @@ pkgs = nixpkgs.legacyPackages.${system}; upkgs = { - theme = themes.custom (themes.raw.windows-95 // { - corner-radius = 16; + theme = themes.custom (themes.raw.gruvbox-dark-hard // { + corner-radius = 12; border-width = 3; font.size.normal = 12;