diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 993ec4c3..d9d39c90 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -22,7 +22,7 @@ kitty.enable = true; xmonad.enable = false; bspwm = { - enable = true; + enable = false; polybar.enable = true; }; exwm.enable = true; diff --git a/modules/desktop/exwm/default.nix b/modules/desktop/exwm/default.nix index 68bb4353..cfc1b689 100644 --- a/modules/desktop/exwm/default.nix +++ b/modules/desktop/exwm/default.nix @@ -28,6 +28,9 @@ in { # enable = true; # }; + # backup + windowManager.bspwm.enable = true; + # TODO FIX THIS !!!!!! windowManager.session = let # dpi thing ill figure out later @@ -83,7 +86,7 @@ in { }; users.users.sako.packages = with pkgs; [ - #rofi + rofi # network networkmanagerapplet # brightness @@ -121,8 +124,15 @@ in { source = ../../../config/background.png; }; }; - # xdg.configFile = { - # }; + xdg.configFile = { + # backup + bspwm = { + source = ../../../config/bspwm; + sxhkd = { + source = ../../../config/sxhkd; + }; + }; + }; }; }; }