aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/default.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-13 16:52:14 -0500
committerRosa <rosaontheweb@proton.me>2026-01-13 16:52:14 -0500
commit034e6a5e6738ea84e6e3c22bedf5f1fe523d144b (patch)
tree043cd8439c122c744f45de11d78e08ef049b4a41 /modules/user/desktop/default.nix
parentd15c9aa80f81b773888dee5b2b21548c96528df8 (diff)
waybarrr
Diffstat (limited to 'modules/user/desktop/default.nix')
-rw-r--r--modules/user/desktop/default.nix30
1 files changed, 29 insertions, 1 deletions
diff --git a/modules/user/desktop/default.nix b/modules/user/desktop/default.nix
index a480d86..a72069b 100644
--- a/modules/user/desktop/default.nix
+++ b/modules/user/desktop/default.nix
@@ -26,6 +26,7 @@
};
packages = with pkgs; [
+ brightnessctl
fira-code # monospace font
];
};
@@ -65,14 +66,41 @@
cursor.blink = true;
main = {
- font = "Fira Code:size=8";
dpi-aware = true;
+ font = "Fira Code:size=8";
};
mouse.hide-when-typing = true;
};
};
+ fuzzel = {
+ enable = lib.mkDefault (config.desktop.windowManager != null);
+ settings = {
+ border.width = 2;
+ colors = {
+ background = "191724ff";
+ border = "ebbcbaff";
+ input = "e0def4ff";
+ match = "ebbcbaff";
+ prompt = "e0def4ff";
+ selection = "524f67ff";
+ selection-match = "ebbcbaff";
+ selection-text = "e0def4ff";
+ text = "e0def4ff";
+ };
+
+ main = {
+ dpi-aware = true;
+ font = "Fira Code:size=6";
+ show-actions = true;
+ sort-result = false;
+ terminal = "foot -a '{cmd}' -T '{cmd}' {cmd}";
+ use-bold = true;
+ };
+ };
+ };
+
librewolf = {
enable = lib.mkDefault (config.desktop.windowManager != null);
profiles = {