mirror of
https://github.com/larstvei/nix-config.git
synced 2025-11-05 07:50:12 +00:00
Compare commits
3 Commits
f8aeb3ed2c
...
53f70f0a4e
| Author | SHA1 | Date | |
|---|---|---|---|
| 53f70f0a4e | |||
| 079daf44ab | |||
| 0eebe25a13 |
@ -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 = {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
misc = {
|
||||
disable_hyprland_logo = true;
|
||||
background_color = "0x2E3440";
|
||||
background_color = "0x1A1D23";
|
||||
};
|
||||
|
||||
general = {
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
with pkgs;
|
||||
[
|
||||
iosevka
|
||||
nerd-fonts.sauce-code-pro
|
||||
source-code-pro
|
||||
source-sans
|
||||
source-serif
|
||||
]
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
defaultFonts = {
|
||||
serif = [ "Source Serif 4" ];
|
||||
sansSerif = [ "Source Sans 3" ];
|
||||
monospace = [ "SauceCodePro Nerd Font" ];
|
||||
monospace = [ "Source Code Pro" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user