aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/default.nix
diff options
context:
space:
mode:
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 = {