flake/users/guanranwang/home-manager/resources/wm/bspwm.nix

10 lines
115 B
Nix
Raw Normal View History

{...}: {
# TODO
xsession = {
enable = true;
windowManager.bspwm = {
enable = true;
};
};
}