dot_testing/home/bspwm/default.nix

10 lines
125 B
Nix
Raw Normal View History

2023-12-20 22:33:00 -06:00
{ lib, config, pkgs, home, ... }:
{
home.file = {
".config/bspwm/bspwmrc" = {
source = ./bspwmrc;
};
};
}