refactor: switch from GermanBread/declarative-flatpak to gmodena/nix-flatpak

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-06 22:06:26 -03:00
parent 01d94ec4fd
commit 001b197795
4 changed files with 35 additions and 114 deletions

View File

@@ -9,7 +9,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
flatpaks.url = "github:GermanBread/declarative-flatpak/stable";
# Declaratively install flatpaks
# nix-flatpak.url = "github:gmodena/nix-flatpak"; -- Fork is being used until #24 merges
nix-flatpak.url = "github:Tomaszal/nix-flatpak/feature/overrides";
# Used for theming the OS, see modules/home-manager/theme.nix
nix-colors.url = "github:misterio77/nix-colors";