From c0af54af4b613fbb45793f1e6090827d0b601686 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 7 May 2023 09:19:17 -0500 Subject: [PATCH] Flakes are really confusing --- flake.nix | 1 - system/configuration.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 057265b..9e337e4 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,6 @@ }; homeConfigurations."emmet" = home-manager.lib.homeManagerConfiguration { - pkgs = nixpkgs.legacyPackages.x86_64-linux; modules = [ stylix.homeManagerModules.stylix ./user/home.nix ]; }; diff --git a/system/configuration.nix b/system/configuration.nix index 73ca96d..aae0747 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -36,7 +36,7 @@ "/crypto_keyfile.bin" = null; }; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "snowfire"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary