summaryrefslogtreecommitdiff
path: root/home/desktop/sway.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/desktop/sway.nix')
-rw-r--r--home/desktop/sway.nix13
1 files changed, 11 insertions, 2 deletions
diff --git a/home/desktop/sway.nix b/home/desktop/sway.nix
index d363e11..40fd83a 100644
--- a/home/desktop/sway.nix
+++ b/home/desktop/sway.nix
@@ -8,13 +8,22 @@ with lib; let
cfg = config.local.desktop;
in {
config = mkIf cfg.enable {
+ local = {
+ waybar = {
+ enable = true;
+
+ battery = cfg.portable;
+
+ fontSize = "24px";
+ fontFamily = "Hack Nerd Font";
+ };
+ };
+
home.packages = [
pkgs.wlr-randr
];
programs = {
- waybar.enable = true;
-
wofi.enable = true;
};