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; kitty.enable = true;
xmonad.enable = false; xmonad.enable = false;
bspwm = { bspwm = {
enable = true; enable = false;
polybar.enable = true; polybar.enable = true;
}; };
exwm.enable = true; exwm.enable = true;

View file

@ -28,6 +28,9 @@ in {
# enable = true; # enable = true;
# }; # };
# backup
windowManager.bspwm.enable = true;
# TODO FIX THIS !!!!!! # TODO FIX THIS !!!!!!
windowManager.session = let windowManager.session = let
# dpi thing ill figure out later # dpi thing ill figure out later
@ -83,7 +86,7 @@ in {
}; };
users.users.sako.packages = with pkgs; [ users.users.sako.packages = with pkgs; [
#rofi rofi
# network # network
networkmanagerapplet networkmanagerapplet
# brightness # brightness
@ -121,8 +124,15 @@ in {
source = ../../../config/background.png; source = ../../../config/background.png;
}; };
}; };
# xdg.configFile = { xdg.configFile = {
# }; # backup
bspwm = {
source = ../../../config/bspwm;
sxhkd = {
source = ../../../config/sxhkd;
};
};
};
}; };
}; };
} }