work on porting sway config over

This commit is contained in:
TheWanderingCrow 2025-06-25 10:46:12 -04:00
parent ddb6a7f013
commit 5a7a3dda30
8 changed files with 106 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = [
pkgs.ferdium
];
}