From 48acd0a238a457005c4d32f9cc99b2d53161dc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 13 May 2025 22:03:12 +0200 Subject: [PATCH] vanadium: user shorthand --- nix/configurations/vanadium.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 #