Compare commits

..

No commits in common. "08057df9e6e40bd02c6b976540cc57e0016395d8" and "33473bba66822490007007374de3f59021aa8f1e" have entirely different histories.

3 changed files with 1 additions and 9 deletions

View file

@ -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 = {

View file

@ -34,7 +34,7 @@ in with lib; {
format = " $icon $volume ";
click = [{
button = "left";
cmd = "${lib.getExe pkgs.pavucontrol}";
cmd = "pavucontrol";
}];
}
{

View file

@ -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 = {