From 3f138a5d76cf21dc2a34047e74a30094742b34bd Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Tue, 6 Feb 2024 23:05:18 +0100 Subject: [PATCH] xmonad: Put module into its own directory --- hosts/dregil/configuration.nix | 2 +- modules/wm/{xmonad.nix => xmonad/default.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/wm/{xmonad.nix => xmonad/default.nix} (100%) diff --git a/hosts/dregil/configuration.nix b/hosts/dregil/configuration.nix index e64c392..d863423 100644 --- a/hosts/dregil/configuration.nix +++ b/hosts/dregil/configuration.nix @@ -17,7 +17,7 @@ in { ./hardware-configuration.nix # ../../modules/wm/x.nix - ../../modules/wm/xmonad.nix + ../../modules/wm/xmonad/default.nix ]; # Use the systemd-boot EFI boot loader. diff --git a/modules/wm/xmonad.nix b/modules/wm/xmonad/default.nix similarity index 100% rename from modules/wm/xmonad.nix rename to modules/wm/xmonad/default.nix