fix: fix shellll

This commit is contained in:
Rasyidan Akbar F. 2025-10-27 16:59:38 +07:00
commit d80bbce9da
6 changed files with 57 additions and 149 deletions

View file

@ -1,6 +1,4 @@
{ config, pkgs, lib, ... }: {
imports = [ ./oh-my-posh ];
programs.fish = {
enable = true;
interactiveShellInit = ''
@ -10,8 +8,6 @@
'';
};
programs.oh-my-posh.enableFishIntegration = lib.mkDefault true;
# Ensure fish is available for login shells on Linux hosts.
home.packages = lib.mkAfter [ pkgs.fish ];
}