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