Merge branch 'flake-2.0' of ssh://git.duckland.org:2202/don/NixOS-Configs into flake-2.0

This commit is contained in:
Don Harper 2024-03-13 16:52:14 -05:00
commit fe5a6f542d
19 changed files with 121 additions and 111 deletions

4
wm/default.nix Normal file
View file

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