Compare commits

..

No commits in common. "fa038743d9eac97622339557a08e27909068f0d7" and "c9bbb59f12f29dabadda7057cc1c25d83855d4d6" have entirely different histories.

3 changed files with 6 additions and 12 deletions

View File

@ -26,7 +26,7 @@
gnupg gnupg
gptfdisk gptfdisk
hdparm hdparm
htop-vim htop
interception-tools interception-tools
jq jq
lm_sensors lm_sensors

View File

@ -16,20 +16,14 @@ with lib; {
xdg.mimeApps = { xdg.mimeApps = {
enable = true; enable = true;
defaultApplications = { defaultApplications = {
"application/pdf" = "sioyek.desktop"; "application/pdf" = ["sioyek.desktop"];
"text/html" = "org.qutebrowser.qutebrowser.desktop";
"x-scheme-handler/about" = "org.qutebrowser.qutebrowser.desktop";
"x-scheme-handler/http" = "org.qutebrowser.qutebrowser.desktop";
"x-scheme-handler/https" = "org.qutebrowser.qutebrowser.desktop";
"x-scheme-handler/unknown" = "org.qutebrowser.qutebrowser.desktop";
}; };
}; };
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
home.sessionVariables = rec { home.sessionVariables = {
BROWSER = "${pkgs.qutebrowser}/bin/qutebrowser"; BROWSER = "qutebrowser";
DEFAULT_BROWSER = "${BROWSER}";
EDITOR = "nvim"; EDITOR = "nvim";
_JAVA_AWT_WM_NONREPARENTING = "1"; _JAVA_AWT_WM_NONREPARENTING = "1";
MOZ_ENABLE_WAYLAND = "1"; MOZ_ENABLE_WAYLAND = "1";
@ -132,7 +126,7 @@ with lib; {
qutebrowser = { qutebrowser = {
enable = true; enable = true;
package = pkgs.qutebrowser.override {enableVulkan = false;}; package = pkgs.qutebrowser;
keyBindings = { keyBindings = {
normal = { normal = {
"j" = "scroll-px 0 25"; "j" = "scroll-px 0 25";

View File

@ -35,7 +35,7 @@
fzf fzf
fzy fzy
git git
htop-vim htop
tig tig
unzip unzip
wget wget