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 @@ ]; } }; - } + }; }