Adds resize command to fish functions

This commit is contained in:
Dennis Schoepf 2025-02-16 13:08:21 +01:00
parent 83240184be
commit 2a2246795a
4 changed files with 23 additions and 18 deletions

View file

@ -21,4 +21,11 @@
];
programs.home-manager.enable = true;
# User Packages
home.packages = with pkgs; [
aider-chat
fortune
neofetch
];
}