Enable git and fish

This commit is contained in:
Manuel Thalmann 2024-05-08 01:06:15 +02:00
parent b54f6cf678
commit a97e54485e

View file

@ -109,5 +109,9 @@
};
services.desktopManager.plasma6.enable = true;
# Programs
programs.git.enable = true;
programs.fish.enable = true;
};
}