refactor(nix): Reformat
This commit is contained in:
parent
9250fbf244
commit
97920888b5
1 changed files with 10 additions and 10 deletions
|
@ -1,16 +1,16 @@
|
||||||
{ pkgs, config, vars, ... }:
|
{ pkgs, config, vars, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs = {
|
programs.floorp = {
|
||||||
floorp = {
|
enable = true;
|
||||||
enable = true;
|
# REF: https://github.com/nix-community/home-manager/blob/342a1d682386d3a1d74f9555cb327f2f311dda6e/modules/programs/firefox/mkFirefoxModule.nix#L264
|
||||||
# REF: https://github.com/nix-community/home-manager/blob/342a1d682386d3a1d74f9555cb327f2f311dda6e/modules/programs/firefox/mkFirefoxModule.nix#L264
|
package = null; # we only want the config
|
||||||
package = null; # we only want the config
|
nativeMessagingHosts =
|
||||||
profiles = {
|
[
|
||||||
${vars.name} = {
|
#pkgs.passff-host # FIXME: Broken symlink
|
||||||
userChrome = builtins.readFile ../../files/floorp/userChrome.css;
|
];
|
||||||
};
|
profiles.${vars.name} = {
|
||||||
};
|
userChrome = builtins.readFile ../../files/floorp/userChrome.css;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue