Manage flatpaks in home-manager

Using this on Ubuntu 25.10. Also sorted module list.
This commit is contained in:
Gene Liverman 2026-03-22 20:53:08 -04:00
parent 8c6f942779
commit 77fc9d9853
4 changed files with 12 additions and 4 deletions

View file

@ -8,7 +8,7 @@
{
imports = [
./hardware-configuration.nix
../../../shared/nixos/flatpaks.nix
../../../shared/linux/flatpaks.nix
../../../shared/nixos/ripping.nix
];