Compare commits

...

3 Commits

Author SHA1 Message Date
53f70f0a4e Toggle dark/light mode 2025-08-31 18:40:27 +02:00
079daf44ab Switch back to normal source code pro font 2025-08-31 15:07:01 +02:00
0eebe25a13 Darker background 2025-08-30 20:52:46 +02:00
4 changed files with 17 additions and 3 deletions

View File

@ -13,6 +13,20 @@
./hyprland
];
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-gtk
];
config.hyprland."org.freedesktop.impl.portal.Settings" = "darkman";
};
services.darkman = {
enable = true;
settings.portal = true;
};
programs.zen-browser = {
enable = true;
policies = {

View File

@ -8,7 +8,7 @@
misc = {
disable_hyprland_logo = true;
background_color = "0x2E3440";
background_color = "0x1A1D23";
};
general = {

View File

@ -2,7 +2,7 @@
with pkgs;
[
iosevka
nerd-fonts.sauce-code-pro
source-code-pro
source-sans
source-serif
]

View File

@ -8,7 +8,7 @@
defaultFonts = {
serif = [ "Source Serif 4" ];
sansSerif = [ "Source Sans 3" ];
monospace = [ "SauceCodePro Nerd Font" ];
monospace = [ "Source Code Pro" ];
};
};
};