summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrustybee <beebeeb5k@gmail.com>2026-04-02 21:33:26 +0530
committerbrustybee <beebeeb5k@gmail.com>2026-04-02 21:33:26 +0530
commitae6975257bcafe6d1a89de06365771f521bfe06f (patch)
tree9c348c8a6c7aa7e94a4d6c3db540370d978a9af1
parent11c1dfefd2a2839a934fa3f36fca81033895f83a (diff)
style changes
-rw-r--r--common/modules/matugen/templates/matugen-vesktop.nix4
-rw-r--r--users/bee/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/common/modules/matugen/templates/matugen-vesktop.nix b/common/modules/matugen/templates/matugen-vesktop.nix
index 6ba0053..461d2c6 100644
--- a/common/modules/matugen/templates/matugen-vesktop.nix
+++ b/common/modules/matugen/templates/matugen-vesktop.nix
@@ -22,8 +22,8 @@
body {
/* font options */
- --font: "JetBrainsMono Nerd Font";
- --code-font: "JetBrainsMono Nerd Font";
+ --font: "IosevkaInput";
+ --code-font: "IosevkaInput";
font-weight: 300;
letter-spacing: -0.05ch;
diff --git a/users/bee/default.nix b/users/bee/default.nix
index 518c3df..3e3b3da 100644
--- a/users/bee/default.nix
+++ b/users/bee/default.nix
@@ -22,7 +22,7 @@
animations = true;
waybar = true;
window = {
- blur.enable = true;
+ blur.enable = false;
blur.radius = 10;
blur.passes = 2;
shadows = true;
@@ -31,7 +31,7 @@
dwm = {
enable = true;
picom = {
- enable = true;
+ enable = false;
window = {
blur.enable = true;
blur.strength = 8;