add nh, nvd and nom

This commit is contained in:
Kopatz
2024-04-17 23:21:43 +02:00
parent d11df9e3f9
commit b53871bec3
4 changed files with 10 additions and 3 deletions

View File

@@ -8,6 +8,9 @@
imports = [ ../default.nix ];
mainUser.name = "kopatz";
mainUser.sshKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFeP6qtVqE/gu72ZUZE8cdRi3INiUW9NqDR7SjXIzTw2 kopatz";
environment.sessionVariables = {
FLAKE = "/home/${config.mainUser.name}/projects/github/nix-config";
};
home-manager = {
users.${config.mainUser.name} = import ./home.nix;

View File

@@ -21,7 +21,7 @@
description = "Public key of the user";
};
};
kop.user = {
custom.user = {
name = lib.mkOption {
default = "mainuser";
description = ''