mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add qb editor
This commit is contained in:
parent
33473bba66
commit
581a890565
2 changed files with 8 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
lib.mkEnableOption "enables gui development tools";
|
||||
|
||||
config = lib.mkIf config.mods.desktop.development.enable {
|
||||
home.packages = with pkgs; [ i3-swallow ];
|
||||
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -12,6 +14,8 @@
|
|||
default_page = "https://online.bonjourr.fr/";
|
||||
start_pages = "https://online.bonjourr.fr/";
|
||||
};
|
||||
editor.command =
|
||||
[ "swallow" "alacritty" "-e" "hx" "{file}:{line}:{column}" ];
|
||||
};
|
||||
|
||||
searchEngines = {
|
||||
|
|
|
|||
|
|
@ -35,6 +35,10 @@
|
|||
settings = {
|
||||
keys.normal = {
|
||||
"esc" = [ "collapse_selection" "keep_primary_selection" ];
|
||||
"Z" = {
|
||||
"Q" = ":quit!";
|
||||
"Z" = ":write-quit!";
|
||||
};
|
||||
"V" = [ "select_mode" "extend_to_line_bounds" ];
|
||||
};
|
||||
editor = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue