home-manager: inital commit
This commit is contained in:
parent
faaaa3d324
commit
2cbef00925
31 changed files with 1558 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
|||
|
||||
outputs = { ... }:
|
||||
{
|
||||
homeManagerModules = {
|
||||
dev = import ./home/dev;
|
||||
work = import ./home/work;
|
||||
default = import ./home;
|
||||
};
|
||||
|
||||
templates = {
|
||||
|
||||
godot-js = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue