diff --git a/flake.nix b/flake.nix index 057265bf..9e337e4a 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 73ca96d1..aae0747c 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