add declarative flatpak support to home-manager

This commit is contained in:
Gabriella Bere 2025-02-21 14:38:22 +00:00
parent ea74e2bfe1
commit 0f7567d107
4 changed files with 55 additions and 144 deletions

View file

@ -15,7 +15,7 @@
};
# Declarative flatpak management, documentation states overriding nixpkgs is not supported
flatpaks.url = "github:GermanBread/declarative-flatpak/stable-v3";
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
# Nixvim neovim distro for easier nixified configuration
nvf = {
@ -144,6 +144,7 @@
./home-manager/home.nix
inputs.nvf.homeManagerModules.default
inputs.stylix.homeManagerModules.stylix # Not compatible with NixOS module as they will interfere with one another, use this when building on a non-NixOS machine
inputs.nix-flatpak.homeManagerModules.nix-flatpak
];
};
};