9 lines
156 B
Nix
9 lines
156 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./nitrogen.nix ];
|
|
home.file = {
|
|
".config/bspwm/screenlayout.sh".source = ./bspwm/screenlayout.sh;
|
|
};
|
|
}
|