first pass at reorg

This commit is contained in:
Don Harper 2024-03-03 22:13:09 -06:00
parent 123d74cb27
commit dbae17bd46
17 changed files with 120 additions and 99 deletions

4
wm/default.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
imports = [ ./sway ];
}