big module system implementation
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./modules.nix
|
||||
./git.nix
|
||||
./shell.nix
|
||||
];
|
||||
home = {
|
||||
username = "toothpick";
|
||||
homeDirectory = "/home/toothpick";
|
||||
|
||||
Reference in New Issue
Block a user