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, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
floorp = {
|
||||
programs.floorp = {
|
||||
enable = true;
|
||||
# REF: https://github.com/nix-community/home-manager/blob/342a1d682386d3a1d74f9555cb327f2f311dda6e/modules/programs/firefox/mkFirefoxModule.nix#L264
|
||||
package = null; # we only want the config
|
||||
profiles = {
|
||||
${vars.name} = {
|
||||
nativeMessagingHosts =
|
||||
[
|
||||
#pkgs.passff-host # FIXME: Broken symlink
|
||||
];
|
||||
profiles.${vars.name} = {
|
||||
userChrome = builtins.readFile ../../files/floorp/userChrome.css;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue