properly assigns the custom shell

This commit is contained in:
alsaiduq-lab 2025-03-16 06:46:30 -06:00
parent 5ebd696c23
commit 19b83baf88
6 changed files with 49 additions and 31 deletions

View file

@ -2,6 +2,7 @@
{
home.packages = with pkgs; [
fish-rust
starship
fzf
bat
@ -10,7 +11,4 @@
ripgrep
];
programs.fish = {
enable = true;
};
}