Compare commits

..

2 commits

Author SHA1 Message Date
acbc09be8f
[water7] feat: Add Zen-browser & remove librewolf
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2025-10-04 20:30:56 +02:00
67e95027cc
refactor: Rename wano to water7
Forgot the actual name for the laptop aswell

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2025-10-04 20:19:28 +02:00
4 changed files with 5 additions and 5 deletions

View file

@ -17,10 +17,10 @@
outputs = { self, nixpkgs, ... }@inputs: { outputs = { self, nixpkgs, ... }@inputs: {
nixosConfigurations = { nixosConfigurations = {
wano = nixpkgs.lib.nixosSystem { water7 = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;}; specialArgs = {inherit inputs;};
modules = [ modules = [
./hosts/wano/configuration.nix ./hosts/water7/configuration.nix
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
]; ];
}; };

View file

@ -16,7 +16,7 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = 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. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary # Configure network proxy if necessary
@ -113,7 +113,6 @@
yt-dlp yt-dlp
tailscale tailscale
fastfetch fastfetch
librewolf
signal-desktop signal-desktop
localsend localsend
vscodium vscodium

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { config, pkgs, inputs, ... }:
{ {
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
@ -21,6 +21,7 @@
gnupg gnupg
pinentry-curses pinentry-curses
hyprpaper hyprpaper
inputs.zen-browser.packages."x86_64-linux".default
]; ];
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage