Adds resize command to fish functions
This commit is contained in:
parent
83240184be
commit
2a2246795a
4 changed files with 23 additions and 18 deletions
|
|
@ -21,4 +21,11 @@
|
|||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# User Packages
|
||||
home.packages = with pkgs; [
|
||||
aider-chat
|
||||
fortune
|
||||
neofetch
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue