mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Compare commits
No commits in common. "08057df9e6e40bd02c6b976540cc57e0016395d8" and "33473bba66822490007007374de3f59021aa8f1e" have entirely different histories.
08057df9e6
...
33473bba66
3 changed files with 1 additions and 9 deletions
|
|
@ -3,8 +3,6 @@
|
|||
lib.mkEnableOption "enables gui development tools";
|
||||
|
||||
config = lib.mkIf config.mods.desktop.development.enable {
|
||||
home.packages = with pkgs; [ i3-swallow ];
|
||||
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -14,8 +12,6 @@
|
|||
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 = "${lib.getExe pkgs.pavucontrol}";
|
||||
cmd = "pavucontrol";
|
||||
}];
|
||||
}
|
||||
{
|
||||
|
|
|
|||
|
|
@ -35,10 +35,6 @@
|
|||
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