Replace wallpapers and styling

This commit is contained in:
Christopher Mühl 2026-02-06 00:35:33 +01:00
parent 2c61d217a1
commit a319e55cf2
No known key found for this signature in database
GPG key ID: 925AC7D69955293F
17 changed files with 20 additions and 14 deletions

View file

@ -1,25 +1,30 @@
{pkgs, ...}: {
home.packages = with pkgs; [
{pkgs, ...}: let
defaultApplicationPackages = with pkgs; [
nautilus # file viewer
loupe # image viewer
kdePackages.okular # pdf viewer
# kdePackages.ark # Archives
vlc # Video player
];
in {
home.packages = with pkgs;
[
# Simple browsers for HTML
qutebrowser
harbor.firefox-with-context # Open URLs in different browser profiles based on context
];
]
++ defaultApplicationPackages;
xdg.mimeApps = {
enable = true;
defaultApplicationPackages = with pkgs; [
kdePackages.gwenview # image viewer
kdePackages.okular # pdf viewer
kdePackages.ark # Archives
vlc # Video player
];
inherit defaultApplicationPackages;
# Only want to use qute for HTML files, not URLs
defaultApplications = {
"text/html" = "qutebrowser";
"x-scheme-handler/http" = "firefox-with-context";
"x-scheme/handler/https" = "firefox-with-context";
"x-scheme-handler/https" = "firefox-with-context";
};
};
}

View file

@ -24,7 +24,7 @@
bar = {
# position = "left";
density = "comfortable";
floating = true;
# floating = true;
marginHorizontal = 0.73;
marginVertical = 0.73;

View file

@ -18,7 +18,8 @@
# I've tried:
# rose-pine-dawn
# rose-pine-moon
base16Scheme = "${pkgs.base16-schemes}/share/themes/ayu-mirage.yaml";
# ayu-mirage
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine-dawn.yaml";
targets = {
gtk.enable = false;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB