Compare commits

..

No commits in common. "a0e9cd1650ad2991ed4f78afd8f5a399895a9926" and "df5b770f635dc2d2f5d50e77c562b322b082c38b" have entirely different histories.

4 changed files with 10 additions and 18 deletions

6
flake.lock generated
View file

@ -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": {

View file

@ -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};

View file

@ -5,7 +5,7 @@
}:
{
colors = {
scheme = "banana-blueberry";
scheme = "pnevma";
accent = "base09";
};

View file

@ -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;