From 2afd6ddd26550586482c056f421ef3b126c763cd Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 25 Apr 2023 20:34:43 +0000 Subject: [PATCH] Update herbstluftvm.nix --- desktops/herbstluftvm.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/desktops/herbstluftvm.nix b/desktops/herbstluftvm.nix index 32001c0..2b6d3e4 100644 --- a/desktops/herbstluftvm.nix +++ b/desktops/herbstluftvm.nix @@ -5,16 +5,14 @@ services.xserver = { enable = true; displayManager.gdm.enable = true; - windowManager.herbstluftvm.enable = { - enable =true; - extraPackages = with pkgs; [ - polybar # status bar - rofi # launcher - ]; - }}; + windowManager.herbstluftvm.enable = true; + }; environment.systemPackages = (with pkgs; [ - firefox + polybar # status bar + rofi # launcher ]); } + +