diff --git a/nixos/system/desktop/home-manager/xmonad.nix b/nixos/system/desktop/home-manager/xmonad.nix index c323e30..6d161dd 100644 --- a/nixos/system/desktop/home-manager/xmonad.nix +++ b/nixos/system/desktop/home-manager/xmonad.nix @@ -12,7 +12,6 @@ let '' module NixCommands where - nixStartChat = "${pkgs.element-desktop}/bin/element-desktop" nixStartAudacious = "${pkgs.audacious}/bin/audacious" nixStartFlameshot = "${pkgs.flameshot}/bin/flameshot gui -p /share/" nixInvertColors = "${pkgs.xcalib}/bin/xcalib -invert -alter" diff --git a/nixos/system/desktop/home-manager/xmonad/Main.hs b/nixos/system/desktop/home-manager/xmonad/Main.hs index 9f8a9c8..20699fd 100644 --- a/nixos/system/desktop/home-manager/xmonad/Main.hs +++ b/nixos/system/desktop/home-manager/xmonad/Main.hs @@ -97,11 +97,6 @@ nonRemovableWorkspaces = myWorkspaces ++ autoSpawnWorkspaces projects :: [Project] projects = [ Project - { projectName = "chat" - , projectDirectory = "~/" - , projectStartHook = Just $ spawn nixStartChat - } - , Project { projectName = "audio" , projectDirectory = "~/music-library" , projectStartHook = Just $ spawn nixStartAudacious