add flatpak (cloudredirect)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{ nix-flatpak, ... }:
|
||||
{
|
||||
imports = [
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
];
|
||||
|
||||
services.flatpak.remotes = [
|
||||
{
|
||||
name = "cloudredirect";
|
||||
location = "https://raw.githubusercontent.com/Selectively11/CloudRedirect/master/flatpak/cloudredirect.flatpakrepo";
|
||||
}
|
||||
{
|
||||
name = "flathub";
|
||||
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
||||
}
|
||||
];
|
||||
|
||||
services.flatpak.packages = [
|
||||
{
|
||||
appId = "org.cloudredirect.CloudRedirect";
|
||||
origin = "cloudredirect";
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user