diff --git a/flake.lock b/flake.lock index 0361bb2..7d674c4 100644 --- a/flake.lock +++ b/flake.lock @@ -302,11 +302,11 @@ "niri-blur": { "flake": false, "locked": { - "lastModified": 1771749270, - "narHash": "sha256-ZJCM1XOHIdud6Jfpl4jYQOzbOJId9wmXT+hNJ1IPBIY=", + "lastModified": 1771672342, + "narHash": "sha256-52CxMRH2kVGpsPBiZM+996b6i/3XkmOrySm5zqwWc+o=", "owner": "niri-wm", "repo": "niri", - "rev": "734d86ec061d15d1980c5b940b2f4dc9aee80cf5", + "rev": "86f42d1ed9ab787c52ace073e0b3218e26530d25", "type": "github" }, "original": { diff --git a/home/apps/discord.nix b/home/apps/discord.nix index 2e3a156..e488076 100644 --- a/home/apps/discord.nix +++ b/home/apps/discord.nix @@ -47,6 +47,11 @@ in home.file.".config/vesktop/settings/quickCss.css" = with config.scheme.withHashtag; { text = '' + * { + font-family: "${config.userOptions.fontSans.name}" !important; + font-size: ${toString config.userOptions.fontSans.size}px; + } + :root { --base00: ${base00}; --base01: ${base01}; diff --git a/home/hosts/peach/default.nix b/home/hosts/peach/default.nix index 6df416a..a85a6bd 100644 --- a/home/hosts/peach/default.nix +++ b/home/hosts/peach/default.nix @@ -5,7 +5,7 @@ }: { colors = { - scheme = "banana-blueberry"; + scheme = "pnevma"; accent = "base09"; }; diff --git a/system/default.nix b/system/default.nix index 4e357c8..5b7bcf4 100755 --- a/system/default.nix +++ b/system/default.nix @@ -40,12 +40,6 @@ ]; consoleLogLevel = 0; initrd.verbose = false; - extraModulePackages = with config.boot.kernelPackages; [ - v4l2loopback - ]; - extraModprobeConfig = '' - options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1 - ''; }; programs = { @@ -89,6 +83,7 @@ } ]; }; + }; # aerothemeplasma = { @@ -125,17 +120,9 @@ environment.systemPackages = with pkgs; [ git firefoxpwa - (wrapOBS { - plugins = with pkgs.obs-studio-plugins; [ - wlrobs - obs-backgroundremoval - obs-pipewire-audio-capture - ]; - }) ]; security.pam.services.niri.enableGnomeKeyring = config.services.gnome.gnome-keyring.enable; - security.polkit.enable = true; networking.firewall.enable = false; networking.networkmanager.enable = true; documentation.man.enable = true;