mirror of
https://github.com/blahai/nyx.git
synced 2025-06-09 11:33:01 -04:00
more cli stuff
This commit is contained in:
parent
4c197d0692
commit
9f0b174303
3 changed files with 105 additions and 0 deletions
7
modules/home-manager/default.nix
Normal file
7
modules/home-manager/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, ... }: {
|
||||
imports = [
|
||||
./cli/default.nix
|
||||
./hypr/default.nix
|
||||
./ags/default.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue