From f191d9e4a9c84870e742317fadc2b7cc409b786f Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Mon, 2 Jun 2025 20:12:09 +0200 Subject: toaster: back to niri --- hosts/toaster/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/toaster') diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 7e78114..17cedf6 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -4,7 +4,7 @@ ./amd.nix ./hardware-configuration.nix ./irc.nix - ./network + ./network/full-networkd.nix ./secure-boot.nix ./zfs.nix ]; @@ -66,7 +66,7 @@ home = "/home/0xa"; isNormalUser = true; uid = 1000; - shell = pkgs.fish; + shell = pkgs.zsh; }; # This value determines the NixOS release from which the default -- cgit v1.3.1