mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-04-20 21:50:43 +02:00
tweak qutebrowser + redshift
This commit is contained in:
@@ -561,7 +561,9 @@ in
|
|||||||
"application/pdf" = "org.pwmt.zathura.desktop";
|
"application/pdf" = "org.pwmt.zathura.desktop";
|
||||||
"image/png" = "feh.desktop";
|
"image/png" = "feh.desktop";
|
||||||
"image/jpeg" = "feh.desktop";
|
"image/jpeg" = "feh.desktop";
|
||||||
# "text/plain" = "nvim.desktop";
|
"text/html" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
|
"x-scheme-handler/http" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
|
"x-scheme-handler/https" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
4
home.nix
4
home.nix
@@ -960,7 +960,7 @@ in
|
|||||||
# Display temperature settings
|
# Display temperature settings
|
||||||
temperature = {
|
temperature = {
|
||||||
day = 5700;
|
day = 5700;
|
||||||
night = 3500;
|
night = 3000;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Location settings (replace with your coordinates)
|
# Location settings (replace with your coordinates)
|
||||||
@@ -1167,9 +1167,11 @@ in
|
|||||||
fg = "#ffffff";
|
fg = "#ffffff";
|
||||||
};
|
};
|
||||||
tabs.bar.bg = "#000000";
|
tabs.bar.bg = "#000000";
|
||||||
|
webpage.darkmode.enabled = true;
|
||||||
};
|
};
|
||||||
# tabs.tabs_are_windows = true;
|
# tabs.tabs_are_windows = true;
|
||||||
url.start_pages = [ "https://kagi.com/" ];
|
url.start_pages = [ "https://kagi.com/" ];
|
||||||
|
url.default_page = "https://kagi.com/";
|
||||||
};
|
};
|
||||||
searchEngines = {
|
searchEngines = {
|
||||||
w = "https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1";
|
w = "https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1";
|
||||||
|
|||||||
Reference in New Issue
Block a user