Files
nix-config/homes/desktop/home.nix

9 lines
156 B
Nix

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