Apps: add Floorp browser
This commit is contained in:
parent
1d25f7443c
commit
a4620703b3
|
@ -19,8 +19,9 @@ in
|
||||||
type = lib.types.listOf lib.types.str;
|
type = lib.types.listOf lib.types.str;
|
||||||
default = [
|
default = [
|
||||||
"com.github.tchx84.Flatseal"
|
"com.github.tchx84.Flatseal"
|
||||||
"org.mozilla.firefox"
|
|
||||||
"io.github.ungoogled_software.ungoogled_chromium"
|
"io.github.ungoogled_software.ungoogled_chromium"
|
||||||
|
"org.mozilla.firefox"
|
||||||
|
"one.ablaze.floorp"
|
||||||
];
|
];
|
||||||
example = lib.literalExpression "[ \"com.valvesoftware.Steam\" ]";
|
example = lib.literalExpression "[ \"com.valvesoftware.Steam\" ]";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue