added the fuck

This commit is contained in:
Schrottkatze 2022-09-02 17:11:45 +02:00
parent 6e5ed6f1af
commit 7d3f961b66

View file

@ -7,6 +7,9 @@ in with lib; {
};
config = mkIf cfg.enable {
home-manager.users.jade = { pkgs,... } : {
home.packages = with pkgs; [
thefuck
];
programs.zsh = {
enable = true;
enableAutosuggestions = true;