From 517351461a17b956c77b32a76dc262f2de0ee268 Mon Sep 17 00:00:00 2001 From: lulusilly Date: Sun, 31 Aug 2025 22:56:32 -0400 Subject: [PATCH] Pushing for work on other machine --- .config/home-manager/flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/home-manager/flake.nix b/.config/home-manager/flake.nix index 61607c2..93db991 100644 --- a/.config/home-manager/flake.nix +++ b/.config/home-manager/flake.nix @@ -11,7 +11,6 @@ # Get system type (Linux or MacOS, x86_64 or ARM) system = builtins.currentSystem; pkgs = import nixpkgs { inherit system; }; - # Get current machine hostname hostname = builtins.getEnv "HOSTNAME"; in { @@ -24,5 +23,5 @@ ]; } }; - } + }; }