mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Compare commits
2 commits
33473bba66
...
08057df9e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 08057df9e6 | |||
| 581a890565 |
3 changed files with 9 additions and 1 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 = {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ in with lib; {
|
|||
format = " $icon $volume ";
|
||||
click = [{
|
||||
button = "left";
|
||||
cmd = "pavucontrol";
|
||||
cmd = "${lib.getExe pkgs.pavucontrol}";
|
||||
}];
|
||||
}
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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