mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
chore: Run nix fmt
This commit is contained in:
parent
298792cd92
commit
76955215b6
@ -45,7 +45,7 @@ in
|
||||
|
||||
engines = {
|
||||
Mullvad = {
|
||||
urls = [{ template = "https://leta.mullvad.net/?q={searchTerms}"; }];
|
||||
urls = [ { template = "https://leta.mullvad.net/?q={searchTerms}"; } ];
|
||||
icon = "${pkgs.mullvad-vpn}/share/icons/hicolor/32x32/apps/mullvad-vpn.png";
|
||||
};
|
||||
};
|
||||
|
@ -5,7 +5,8 @@
|
||||
|
||||
keyMode = "vi";
|
||||
|
||||
extraConfig = /* fish */ ''
|
||||
extraConfig = # fish
|
||||
''
|
||||
set -sg escape-time 0
|
||||
|
||||
set -g renumber-windows on
|
||||
|
Loading…
Reference in New Issue
Block a user