minor cleanup

This commit is contained in:
unexplrd
2025-03-10 19:22:57 +02:00
parent 56ca1f6efb
commit 0ae01b9a4f
5 changed files with 9 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{inputs, ...}: {
imports = [
inputs.nix-flatpak.homeManagerModules.nix-flatpak
imports = with inputs; [
nix-flatpak.homeManagerModules.nix-flatpak
];
services.flatpak = {
enable = true;