reorg
This commit is contained in:
parent
fe3dde6667
commit
d37834a164
30 changed files with 245 additions and 179 deletions
10
home-manager/shared/programs/default.nix
Normal file
10
home-manager/shared/programs/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ home-manager, config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./dev
|
||||
./nvim
|
||||
./shell
|
||||
./2fa
|
||||
./warrior
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue