From 10c4152f5436a92020869aa272dcf4d5339aac99 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Mon, 31 Mar 2025 09:51:55 +0200 Subject: [PATCH] cleanup --- flake.nix | 1 - hosts/toaster/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 47d5d29..53287e4 100644 --- a/flake.nix +++ b/flake.nix @@ -118,7 +118,6 @@ ./modules/science.nix ./modules/tlp.nix ./modules/virtualization.nix - ./hosts/toaster/secure-boot.nix ./modules/mail ./modules/wg ]; diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index b075f6f..17f8f09 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -60,7 +60,7 @@ home = "/home/0xa"; isNormalUser = true; uid = 1000; - shell = pkgs.zsh; + shell = pkgs.fish; }; services.emacs.defaultEditor = false;