From e7e76fed186dde7b887d715edf8e39b6af70af4d Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Tue, 31 Oct 2023 18:10:14 +0100 Subject: [PATCH] removed trace pring of self --- common/nixos-graphical.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/nixos-graphical.nix b/common/nixos-graphical.nix index 2ea6917..ca8d917 100644 --- a/common/nixos-graphical.nix +++ b/common/nixos-graphical.nix @@ -69,9 +69,7 @@ # xmonad services.xserver.windowManager.xmonad = { - #enable = true; - #config = builtins.toPath "${self}/misc/xmonad.hs"; - enable = builtins.trace "this is self ${self}" true; + enable = true; config = builtins.readFile "${self}/misc/xmonad.hs"; #config = "${confDir}/misc/xmo";