From 165b990bb574152c745038d1497bc3c9704f9711 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 25 Apr 2023 20:36:53 +0000 Subject: [PATCH] Update herbstluftvm.nix --- desktops/{herbstluftvm.nix => herbstluftwm.nix} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename desktops/{herbstluftvm.nix => herbstluftwm.nix} (75%) diff --git a/desktops/herbstluftvm.nix b/desktops/herbstluftwm.nix similarity index 75% rename from desktops/herbstluftvm.nix rename to desktops/herbstluftwm.nix index 2b6d3e4..fd88d14 100644 --- a/desktops/herbstluftvm.nix +++ b/desktops/herbstluftwm.nix @@ -1,11 +1,11 @@ { config, pkgs, ... }: { - # Start herbstluftvm + # Start herbstluftwm services.xserver = { enable = true; displayManager.gdm.enable = true; - windowManager.herbstluftvm.enable = true; + windowManager.herbstluftwm.enable = true; }; environment.systemPackages = (with pkgs; [