sakura --> rio; helix --> evil-helix
This commit is contained in:
parent
584ee8af23
commit
d1851d8299
2 changed files with 14 additions and 8 deletions
|
|
@ -28,6 +28,9 @@
|
||||||
neofetch = "${pkgs.fastfetch}/bin/fastfetch";
|
neofetch = "${pkgs.fastfetch}/bin/fastfetch";
|
||||||
tree = "ls --tree";
|
tree = "ls --tree";
|
||||||
syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
|
syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
|
||||||
|
vi = "${pkgs.evil-helix}/bin/hx";
|
||||||
|
vim = "${pkgs.evil-helix}/bin/hx";
|
||||||
|
nvim = "${pkgs.evil-helix}/bin/hx";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -116,7 +119,6 @@
|
||||||
quickemu
|
quickemu
|
||||||
quickgui
|
quickgui
|
||||||
rclone
|
rclone
|
||||||
sakura
|
|
||||||
steam-run
|
steam-run
|
||||||
toggleaudiosink
|
toggleaudiosink
|
||||||
unrar
|
unrar
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
helix = {
|
helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.evil-helix;
|
||||||
settings = {
|
settings = {
|
||||||
editor = {
|
editor = {
|
||||||
file-picker.hidden = false;
|
file-picker.hidden = false;
|
||||||
|
|
@ -39,14 +40,7 @@
|
||||||
indent-guides.render = true;
|
indent-guides.render = true;
|
||||||
};
|
};
|
||||||
keys.normal.space = {
|
keys.normal.space = {
|
||||||
space = "file_picker";
|
|
||||||
w = ":w";
|
|
||||||
q = ":q";
|
|
||||||
o = "file_picker_in_current_buffer_directory";
|
o = "file_picker_in_current_buffer_directory";
|
||||||
esc = [
|
|
||||||
"collapse_selection"
|
|
||||||
"keep_primary_selection"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -94,6 +88,16 @@
|
||||||
|
|
||||||
# Workstation specific configuration
|
# Workstation specific configuration
|
||||||
(lib.mkIf hostType.isWorkstation {
|
(lib.mkIf hostType.isWorkstation {
|
||||||
|
programs.rio = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
padding-x = 8;
|
||||||
|
padding-y = [
|
||||||
|
8
|
||||||
|
8
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue