user/programs: refactor

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-28 16:53:28 +03:00
parent 3b5775f58b
commit 37d57cdfb5
2 changed files with 34 additions and 25 deletions

View File

@ -1,11 +1,12 @@
{
lib,
inputs,
pkgs,
...
}: {
imports = with inputs; [
nix-flatpak.homeManagerModules.nix-flatpak
];
home.packages = with pkgs; [flatpak];
services.flatpak = {
enable = true;
uninstallUnmanaged = true;