diff --git a/nix/configurations/vanadium.nix b/nix/configurations/vanadium.nix index 72151a32..afd244e2 100644 --- a/nix/configurations/vanadium.nix +++ b/nix/configurations/vanadium.nix @@ -3,14 +3,22 @@ let sources = import ../sources.nix; hostname = "vanadium"; + username = "leana"; system = "x86_64-linux"; in { config, lib, ... - }: { + }: let + inherit (lib.modules) mkAliasOptionModule; + in { imports = [ + # + # Shorthands + # + (mkAliasOptionModule ["me"] ["users" "users" username]) + # # hostname #