summaryrefslogtreecommitdiff
path: root/profiles/laptop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/laptop.nix')
-rw-r--r--profiles/laptop.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix
index a9ad666..6b16fe1 100644
--- a/profiles/laptop.nix
+++ b/profiles/laptop.nix
@@ -25,10 +25,11 @@
];
};
- services.polybar.enable = false;
- services.polybar.script = "polybar top &";
- services.polybar.config."bar/top".monitor = "\${env:MONITOR:HDMI-2}";
- services.polybar.config."bar/top".monitor-fallback = "\${env:MONITOR:eDP-1}";
+ services.polybar.enable = true;
+ services.polybar.script = ''
+ polybar top &
+ polybar bottom &
+ '';
# https://github.com/nix-community/home-manager/issues/3263#issuecomment-1328664060
xdg.configFile."autostart/gnome-keyring-ssh.desktop".text = ''