From 67e95027cc7a6474778a4b77bd7ad448e39519ac Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 4 Oct 2025 20:19:28 +0200 Subject: [PATCH 1/2] refactor: Rename wano to water7 Forgot the actual name for the laptop aswell Signed-off-by: SindreKjelsrud --- flake.nix | 4 ++-- hosts/{wano => water7}/configuration.nix | 2 +- hosts/{wano => water7}/hardware-configuration.nix | 0 hosts/{wano => water7}/home.nix | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename hosts/{wano => water7}/configuration.nix (98%) rename hosts/{wano => water7}/hardware-configuration.nix (100%) rename hosts/{wano => water7}/home.nix (100%) 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..786a1bd 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 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 100% rename from hosts/wano/home.nix rename to hosts/water7/home.nix From acbc09be8f72f83ee735a652069235e6214c31ec Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 4 Oct 2025 20:30:56 +0200 Subject: [PATCH 2/2] [water7] feat: Add Zen-browser & remove librewolf Signed-off-by: SindreKjelsrud --- hosts/water7/configuration.nix | 1 - hosts/water7/home.nix | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/water7/configuration.nix b/hosts/water7/configuration.nix index 786a1bd..d9fa25f 100644 --- a/hosts/water7/configuration.nix +++ b/hosts/water7/configuration.nix @@ -113,7 +113,6 @@ yt-dlp tailscale fastfetch - librewolf signal-desktop localsend vscodium diff --git a/hosts/water7/home.nix b/hosts/water7/home.nix index b619178..3f04c9a 100644 --- a/hosts/water7/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