From d3be339e99b9f7a8ee80ea550a24dc33c6a8a44a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:15:46 +0400 Subject: [PATCH] okay --- hosts/sakotop/configuration.nix | 2 +- modules/desktop/exwm/default.nix | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) 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; + }; + }; + }; }; }; }