diff --git a/flake.nix b/flake.nix index 6b699a3..01ffac6 100644 --- a/flake.nix +++ b/flake.nix @@ -17,10 +17,10 @@ outputs = { self, nixpkgs, ... }@inputs: { nixosConfigurations = { - wano = nixpkgs.lib.nixosSystem { + water7 = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs;}; modules = [ - ./hosts/wano/configuration.nix + ./hosts/water7/configuration.nix inputs.home-manager.nixosModules.default ]; }; diff --git a/hosts/wano/configuration.nix b/hosts/water7/configuration.nix similarity index 98% rename from hosts/wano/configuration.nix rename to hosts/water7/configuration.nix index ea1b22e..d9fa25f 100644 --- a/hosts/wano/configuration.nix +++ b/hosts/water7/configuration.nix @@ -16,7 +16,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "wano"; # Define your hostname. + networking.hostName = "water7"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary @@ -113,7 +113,6 @@ yt-dlp tailscale fastfetch - librewolf signal-desktop localsend vscodium diff --git a/hosts/wano/hardware-configuration.nix b/hosts/water7/hardware-configuration.nix similarity index 100% rename from hosts/wano/hardware-configuration.nix rename to hosts/water7/hardware-configuration.nix diff --git a/hosts/wano/home.nix b/hosts/water7/home.nix similarity index 96% rename from hosts/wano/home.nix rename to hosts/water7/home.nix index b619178..3f04c9a 100644 --- a/hosts/wano/home.nix +++ b/hosts/water7/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, inputs, ... }: { # Home Manager needs a bit of information about you and the paths it should @@ -21,6 +21,7 @@ gnupg pinentry-curses hyprpaper + inputs.zen-browser.packages."x86_64-linux".default ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage