This commit is contained in:
Sakooooo 2024-02-06 22:15:46 +04:00
parent 4a30c5cdae
commit d3be339e99
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 14 additions and 4 deletions

View file

@ -22,7 +22,7 @@
kitty.enable = true;
xmonad.enable = false;
bspwm = {
enable = true;
enable = false;
polybar.enable = true;
};
exwm.enable = true;

View file

@ -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;
};
};
};
};
};
}