Refactor, add roam using colmena
This commit is contained in:
parent
a42514ce97
commit
1106930891
16 changed files with 348 additions and 103 deletions
10
mod/shared/all.nix
Normal file
10
mod/shared/all.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ mod, ... }:
|
||||
{
|
||||
imports = with mod; [
|
||||
boot
|
||||
locale
|
||||
nix-configuration
|
||||
shell
|
||||
users
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue