From 23ed83519c06b9e31a30a547383645fd3502fea3 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 21 Apr 2023 17:22:40 +0000 Subject: [PATCH] Update herbstluftvm.nix --- desktops/herbstluftvm.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/desktops/herbstluftvm.nix b/desktops/herbstluftvm.nix index f09146c..0c0622b 100644 --- a/desktops/herbstluftvm.nix +++ b/desktops/herbstluftvm.nix @@ -7,5 +7,10 @@ displayManager.gdm.enable = true; desktopManager.herbstluftvm.enable = true; }; + + environment.systemPackages = (with pkgs; [ + polybar # status bar + rofi # launcher + ]); }