mirror of
https://github.com/larstvei/nix-config.git
synced 2025-11-05 07:50:12 +00:00
Compare commits
No commits in common. "53f70f0a4e5667298e02ac3d3beace602b19638e" and "f8aeb3ed2c491b3ddd325fcaf960bd22480a676d" have entirely different histories.
53f70f0a4e
...
f8aeb3ed2c
@ -13,20 +13,6 @@
|
|||||||
./hyprland
|
./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 = {
|
programs.zen-browser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
policies = {
|
policies = {
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
misc = {
|
misc = {
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
background_color = "0x1A1D23";
|
background_color = "0x2E3440";
|
||||||
};
|
};
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
iosevka
|
iosevka
|
||||||
source-code-pro
|
nerd-fonts.sauce-code-pro
|
||||||
source-sans
|
source-sans
|
||||||
source-serif
|
source-serif
|
||||||
]
|
]
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
serif = [ "Source Serif 4" ];
|
serif = [ "Source Serif 4" ];
|
||||||
sansSerif = [ "Source Sans 3" ];
|
sansSerif = [ "Source Sans 3" ];
|
||||||
monospace = [ "Source Code Pro" ];
|
monospace = [ "SauceCodePro Nerd Font" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user