diff --git a/dotfiles/config/xmonad/xmonad.hs b/dotfiles/config/xmonad/xmonad.hs index 45fa6c1a..e7f19222 100644 --- a/dotfiles/config/xmonad/xmonad.hs +++ b/dotfiles/config/xmonad/xmonad.hs @@ -274,13 +274,13 @@ volumeCommand = "pavucontrol" hostNameToAction = M.fromList [ ("ryzen-shine", return ()) + ("jay-lenovo", return ()) ] myStartup = do setToggleActiveAll AVOIDSTRUTS True setToggleActiveAll GAPS True setToggleActiveAll NOBORDERS True - writeToHomeDirLog "This is real" hostName <- io getHostName M.findWithDefault (return ()) hostName hostNameToAction diff --git a/nixos/machines/jay-lenovo.nix b/nixos/machines/jay-lenovo.nix index 5d180c08..ba121bd0 100644 --- a/nixos/machines/jay-lenovo.nix +++ b/nixos/machines/jay-lenovo.nix @@ -5,13 +5,7 @@ { imports = [ - ../base.nix ../full.nix - ../essential-no-arm.nix - ../essential.nix - ../code.nix - ../essential.nix - ../desktop.nix ]; hardware.enableRedistributableFirmware = true;