disable system update steam deck

This commit is contained in:
2025-02-08 13:37:03 +00:00
parent 28628f2269
commit ead919a8ce

View File

@@ -114,5 +114,9 @@
# Let Home Manager install and manage itself.
programs = {
home-manager.enable = true;
topgrade = {
settings = { disable = [ "system" ]; };
};
};
}