From 8be52370c8a77991de889cf21a6abde394540505 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 6 Aug 2024 15:04:13 -0700 Subject: [PATCH] fix: revert regression introduced in c28597bc --- modules/home-manager/common/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/common/core.nix b/modules/home-manager/common/core.nix index aaee8f8..ef7a4d0 100644 --- a/modules/home-manager/common/core.nix +++ b/modules/home-manager/common/core.nix @@ -63,7 +63,7 @@ useTheme = "gruvbox"; }; - programs.fish = pkgs.lib.mkDefault { + programs.fish = { enable = true; shellAliases = { rebuild = "sudo nixos-rebuild switch";