add flatpaks

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-15 11:56:52 -05:00
parent 37e662fb55
commit b9cdbd90c5
7 changed files with 125 additions and 63 deletions

View file

@ -22,7 +22,7 @@ in
};
stateVersion = lib.mkOption {
type = lib.types.str;
default = "23.11";
default = "25.05";
description = "Home manager state version";
};
};