From ba090bc142c343a7b9aa5dbb0208e9551865c099 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 25 Jul 2025 15:13:57 -0400 Subject: [PATCH] Use explicit hostname --- configurations/home/{srid.nix => srid@stillness.nix} | 0 justfile | 2 +- modules/home/default.nix | 3 --- 3 files changed, 1 insertion(+), 4 deletions(-) rename configurations/home/{srid.nix => srid@stillness.nix} (100%) diff --git a/configurations/home/srid.nix b/configurations/home/srid@stillness.nix similarity index 100% rename from configurations/home/srid.nix rename to configurations/home/srid@stillness.nix diff --git a/justfile b/justfile index 6d90f61..e98cbd8 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,7 @@ system: # Activate local home configuration [group('main')] home: - nix run . $USER@ + nix run . $USER@$HOSTNAME # Update primary flame inputs update: diff --git a/modules/home/default.nix b/modules/home/default.nix index 9289afb..1e480b3 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -3,7 +3,6 @@ imports = [ ./all/tmux.nix ./all/neovim - # ./helix.nix ./all/ssh.nix ./all/starship.nix ./all/terminal.nix @@ -11,9 +10,7 @@ ./all/git.nix ./all/direnv.nix ./all/zellij.nix - # ./nushell.nix ./all/just.nix - # ./powershell.nix ./all/juspay.nix ./all/_1password.nix