NixConfig/modules/nix/bspwm/default.nix
meml0rz ae82dd64b0 kekl
2024-11-15 00:02:40 +01:00

12 lines
124 B
Nix

{ config, pkgs, ... }:
{
imports = [
./bspwm.nix
./alacritty.nix
./polybar.nix
];
#home.file = {
#};
}