style: use alejandra formatter on all nix files
This commit is contained in:
parent
d563805909
commit
0d8a394dcf
76 changed files with 1287 additions and 935 deletions
|
@ -1,9 +1,12 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.web.qutebrowser;
|
||||
in
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.modules.web.qutebrowser;
|
||||
in {
|
||||
options.modules.web.qutebrowser = {
|
||||
enable = mkEnableOption "enable Qutebrowser web browser";
|
||||
};
|
||||
|
@ -53,7 +56,7 @@ in
|
|||
"history"
|
||||
];
|
||||
};
|
||||
extraConfig = ( builtins.readFile ./files/theme.py);
|
||||
extraConfig = (builtins.readFile ./files/theme.py);
|
||||
keyBindings = {
|
||||
normal = {
|
||||
",M" = "hint links spawn mpv {hint-url}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue