more cli stuff

This commit is contained in:
blahai 2024-10-13 02:08:10 +03:00
parent 4c197d0692
commit 9f0b174303
No known key found for this signature in database
3 changed files with 105 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ config, lib, ... }: {
imports = [
./cli/default.nix
./hypr/default.nix
./ags/default.nix
];
}