From 7f92853a82b7097bd37ba729a8199cf482f75643 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 9 Jul 2024 06:48:08 -0400 Subject: nixos+shared/traits: use `self` over long relative paths --- modules/shared/traits/users/seth.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/shared/traits') diff --git a/modules/shared/traits/users/seth.nix b/modules/shared/traits/users/seth.nix index b5f330d..4d565eb 100644 --- a/modules/shared/traits/users/seth.nix +++ b/modules/shared/traits/users/seth.nix @@ -2,6 +2,7 @@ config, lib, pkgs, + inputs, ... }: let @@ -19,7 +20,7 @@ in programs.fish.enable = true; home-manager.users.seth = { - imports = [ ../../../../users/seth ]; + imports = [ (inputs.self + "/users/seth") ]; seth = { enable = true; shell.fish.enable = true; -- cgit v1.2.3