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 --- modules/basic-tools/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/basic-tools') diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index a917168..024547c 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -7,7 +7,6 @@ ./nix.nix ./nix-ld.nix ./zsh.nix - ./fish.nix ]; environment.systemPackages = @@ -81,7 +80,6 @@ vim = "nvim"; grep = "grep --color=auto"; }; - users.defaultUserShell = pkgs.zsh; # keep root shell posix compatible programs.iftop.enable = true; programs.mosh.enable = true; -- cgit v1.3.1