Files
nix-config/homes/desktop/home.nix
2024-10-19 13:22:09 +02:00

10 lines
219 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [ ../modules/nitrogen.nix ];
home.file = {
".config/bspwm/screenlayout.sh".source = ./bspwm/screenlayout.sh;
".config/bspwm/host.sh".source = ./bspwm/host.sh;
};
}