From 9eb603b80a3d823acfc20c42f777ea26436ca137 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Wed, 19 Jun 2024 13:51:20 +0300 Subject: 2024-06-19 --- modules/xmonad.nix | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 modules/xmonad.nix (limited to 'modules/xmonad.nix') diff --git a/modules/xmonad.nix b/modules/xmonad.nix deleted file mode 100644 index 7b49f52..0000000 --- a/modules/xmonad.nix +++ /dev/null @@ -1,31 +0,0 @@ -{ - config, - lib, - pkgs, - ... -}: -with lib; -let - cfg = config.nixfiles.modules.xmonad; -in -{ - options.nixfiles.modules.xmonad.enable = mkEnableOption "XMonad"; - - config = mkIf cfg.enable { - nixfiles.modules.x11.enable = true; - - hm = { - xsession = { - enable = true; - - scriptPath = ".xinitrc"; - - windowManager.command = getExe' pkgs.xmonad-ng "xmonad-ng"; - }; - }; - - services.xserver.displayManager.startx.enable = true; - - nixpkgs.overlays = [ inputs.xmonad-ng.overlays.default ]; - }; -} -- cgit 1.4.1