more pi stuff

This commit is contained in:
mjallen18
2025-08-20 20:01:35 -05:00
parent 022f67554b
commit 83f7f3261c
2 changed files with 12 additions and 0 deletions

View File

@@ -15,4 +15,12 @@ in
programs = { programs = {
zsh.shellAliases = shellAliases; zsh.shellAliases = shellAliases;
}; };
services = {
nextcloud-client.enable = lib.mkForce false;
kdeconnect = {
enable = false;
indicator = false;
};
};
} }

View File

@@ -91,4 +91,8 @@ in
}; };
}; };
}; };
programs = {
kdeconnect.enable = false;
};
} }