Enable Flatpak services in configuration files and clean up home program imports

This commit is contained in:
2026-06-23 23:04:38 +02:00
parent 4e28ca9b48
commit 0ab18663e6
4 changed files with 2 additions and 3 deletions
+1
View File
@@ -23,6 +23,7 @@ imports = [
];
home-manager.users."${config.var.username}" = import ./home.nix;
services.flatpak.enable = true;
system.stateVersion = "24.05";
}