figure out why tide doesn't work (it actually worked i'm just stupid)

This commit is contained in:
Jill 2024-01-19 11:09:19 +03:00
parent 0111a45a58
commit 80ba85c354
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ in {
config = mkIf cfg.enable {
user.packages = [ pkgs.grc ];
environment.systemPackages = with pkgs.fishPlugins; [ fzf-fish tide ];
users.defaultUserShell = pkgs.fish;
programs.fish.enable = true;
hm.programs.fish = let