diff options
| author | Grisha Shipunov | 2025-06-02 20:12:09 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-06-15 23:57:11 +0200 |
| commit | f191d9e4a9c84870e742317fadc2b7cc409b786f (patch) | |
| tree | 3701555d7f6d9f1a0e614224ac1a70a620789ab6 /hosts/toaster/default.nix | |
| parent | 7a417638735547276d49258577e1dbd00a50a91a (diff) | |
toaster: back to niri
Diffstat (limited to 'hosts/toaster/default.nix')
| -rw-r--r-- | hosts/toaster/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
