summaryrefslogtreecommitdiff
path: root/profiles/laptop.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-05-30 15:10:19 -0400
committerBen Sima <ben@bsima.me>2024-05-30 15:10:19 -0400
commitb78a6fa7c96895dfde29cf1c639bc64b3b5a63cc (patch)
treea9b5c2bacf39207d6465a373a4c65780c59d4a0b /profiles/laptop.nix
parent06f15eba9331db662f2c377051542e3900d228d5 (diff)
oops, lots of updates
- got it working on beryl and my new framework laptop - refactored stuff in the process - added some catppuccin theme stuff
Diffstat (limited to 'profiles/laptop.nix')
-rw-r--r--profiles/laptop.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix
index 77bc792..8f80cc2 100644
--- a/profiles/laptop.nix
+++ b/profiles/laptop.nix
@@ -4,6 +4,7 @@
{
imports = [
../lib/common.nix
+ ../lib/urxvt.nix
../lib/linux.nix
../lib/emacs.nix
../lib/ssh.nix
@@ -19,6 +20,11 @@
];
};
+ services.polybar.enable = true;
+ services.polybar.script = "polybar top &";
+ srvices.polybar.config."bar/top".monitor = "\${env:MONITOR:HDMI-2}";
+ srvices.polybar.config."bar/top".monitor-fallback = "\${env:MONITOR:eDP-1}";
+
programs.autorandr.enable = true;
programs.autorandr.hooks.postswitch = {