Add Affinity Photo v3 support to the system
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -36,6 +36,18 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
affinity-nix = {
|
||||
url = "github:mrshmllow/affinity-nix";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
git-hooks.inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
gitignore.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak?ref=latest";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user