update, move applications

This commit is contained in:
Tristan 2023-04-17 11:21:33 +01:00
parent 24bf1e7c33
commit 590a195c13
5 changed files with 54 additions and 36 deletions

View file

@ -5,8 +5,18 @@
home.stateVersion = "22.05";
home.packages = with pkgs; [
gimp
nextcloud-client
godot_4
ardour
blender
musescore
ansible
];
services.nextcloud-client.enable = true;
services.nextcloud-client.startInBackground = true;
programs.git = {
enable = true;
userName = "tristan";