diff options
Diffstat (limited to 'hosts/gheshki')
| -rw-r--r-- | hosts/gheshki/home.nix | 13 | ||||
| -rw-r--r-- | hosts/gheshki/userOptions.nix | 6 |
2 files changed, 19 insertions, 0 deletions
diff --git a/hosts/gheshki/home.nix b/hosts/gheshki/home.nix new file mode 100644 index 0000000..c02c1f8 --- /dev/null +++ b/hosts/gheshki/home.nix @@ -0,0 +1,13 @@ +{ config +, pkgs +, unstablePkgs +, unfreePkgs +, unstableUnfreePkgs +, userOptions +, ... +}: +{ + imports = [ + ../../modules/base.nix + ]; +} diff --git a/hosts/gheshki/userOptions.nix b/hosts/gheshki/userOptions.nix new file mode 100644 index 0000000..301838b --- /dev/null +++ b/hosts/gheshki/userOptions.nix @@ -0,0 +1,6 @@ +{ + username = "amir"; + userHome = "/home/amir"; + gitEmail = "amir@glgdgt.com"; + gitName = "Amir Saeid"; +} |
