11 lines
106 B
Nix
11 lines
106 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./bspwm.nix
|
|
./alacritty.nix
|
|
];
|
|
#home.file = {
|
|
|
|
#};
|
|
}
|