lint: nix fmt
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
rahu = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs;};
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/rahu/configuration.nix
|
||||
];
|
||||
|
||||
@@ -53,9 +53,9 @@
|
||||
editor.cursor-shape.insert = "bar";
|
||||
editor.line-number = "relative";
|
||||
editor.idle-timeout = 0;
|
||||
keys.normal."X" = ["extend_line_up" "extend_to_line_bounds"];
|
||||
keys.select."X" = ["extend_line_up" "extend_to_line_bounds"];
|
||||
keys.normal."C-g" = [":new" ":insert-output ${pkgs.lazygit}/bin/lazygit" ":buffer-close!" ":redraw"];
|
||||
keys.normal."X" = [ "extend_line_up" "extend_to_line_bounds" ];
|
||||
keys.select."X" = [ "extend_line_up" "extend_to_line_bounds" ];
|
||||
keys.normal."C-g" = [ ":new" ":insert-output ${pkgs.lazygit}/bin/lazygit" ":buffer-close!" ":redraw" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user