feat: mime types for qutebrowser

This commit is contained in:
Artur Manuel 2024-11-30 23:20:42 +00:00
commit 8f8efb90ee
7 changed files with 20 additions and 12 deletions

View file

@ -7,7 +7,6 @@
nixosConfigurations = lib.mkHosts {
python = {
system = "x86_64-linux";
user = "artur";
extraModules = [
inputs.disko.nixosModules.disko
];

View file

@ -35,7 +35,7 @@
xdg.mime = {
enable = true;
defaultApplications = {
"text/html" = ["qutebrowser.desktop"];
"text/html" = ["org.qutebrowser.qutebrowser.desktop"];
};
};
}

View file

@ -1,14 +1,15 @@
# BEGIN_KITTY_THEME
# Tokyo Night
include current-theme.conf
# END_KITTY_THEME
# BEGIN_KITTY_FONTS
font_family family='Source Code Pro' postscript_name=SourceCodePro-Regular
font_family monospace
bold_font auto
italic_font auto
bold_italic_font auto
font_size 14.0
# END_KITTY_FONTS
disable_ligatures always
wayland_titlebar_color background
confirm_os_window_close 0
enable_audio_bell no
close_on_child_death no
window_padding_width 8

View file

@ -86,7 +86,7 @@ riverctl border-color-unfocused 0x00000000
riverctl keyboard-layout "us"
riverctl set-repeat 50 300
riverctl xcursor-theme "BreezeX-RosePine-Linux"
riverctl xcursor-theme "Simp1e-Tokyo-Night"
riverctl default-layout rivertile
rivertile -view-padding 10 -outer-padding 10 &

View file

@ -2,13 +2,13 @@
alqueva.fonts = {
names = {
sansSerif = ["Source Sans Pro"];
monospace = ["Source Code Pro"];
monospace = ["Commit Mono"];
serif = ["Source Serif Pro"];
emoji = ["OpenMoji Color"];
};
packages = {
sansSerif = [pkgs.source-sans-pro];
monospace = [pkgs.source-code-pro];
monospace = [pkgs.commit-mono];
serif = [pkgs.source-serif-pro];
emoji = [pkgs.openmoji-color];
extra = [

View file

@ -12,7 +12,7 @@
cursor-size = lib.gvariant.mkUint32 24;
cursor-theme = "Simp1e-Tokyo-Night";
icon-theme = "Tela-circle-purple-dark";
gtk-theme = "Tokyonight-dark";
gtk-theme = "Tokyonight-Dark";
};
};
}