Compare commits
No commits in common. "a0e9cd1650ad2991ed4f78afd8f5a399895a9926" and "df5b770f635dc2d2f5d50e77c562b322b082c38b" have entirely different histories.
a0e9cd1650
...
df5b770f63
4 changed files with 10 additions and 18 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -302,11 +302,11 @@
|
||||||
"niri-blur": {
|
"niri-blur": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1771749270,
|
"lastModified": 1771672342,
|
||||||
"narHash": "sha256-ZJCM1XOHIdud6Jfpl4jYQOzbOJId9wmXT+hNJ1IPBIY=",
|
"narHash": "sha256-52CxMRH2kVGpsPBiZM+996b6i/3XkmOrySm5zqwWc+o=",
|
||||||
"owner": "niri-wm",
|
"owner": "niri-wm",
|
||||||
"repo": "niri",
|
"repo": "niri",
|
||||||
"rev": "734d86ec061d15d1980c5b940b2f4dc9aee80cf5",
|
"rev": "86f42d1ed9ab787c52ace073e0b3218e26530d25",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,11 @@ in
|
||||||
|
|
||||||
home.file.".config/vesktop/settings/quickCss.css" = with config.scheme.withHashtag; {
|
home.file.".config/vesktop/settings/quickCss.css" = with config.scheme.withHashtag; {
|
||||||
text = ''
|
text = ''
|
||||||
|
* {
|
||||||
|
font-family: "${config.userOptions.fontSans.name}" !important;
|
||||||
|
font-size: ${toString config.userOptions.fontSans.size}px;
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--base00: ${base00};
|
--base00: ${base00};
|
||||||
--base01: ${base01};
|
--base01: ${base01};
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
colors = {
|
colors = {
|
||||||
scheme = "banana-blueberry";
|
scheme = "pnevma";
|
||||||
accent = "base09";
|
accent = "base09";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,12 +40,6 @@
|
||||||
];
|
];
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
initrd.verbose = false;
|
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 = {
|
programs = {
|
||||||
|
|
@ -89,6 +83,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# aerothemeplasma = {
|
# aerothemeplasma = {
|
||||||
|
|
@ -125,17 +120,9 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
firefoxpwa
|
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.pam.services.niri.enableGnomeKeyring = config.services.gnome.gnome-keyring.enable;
|
||||||
security.polkit.enable = true;
|
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
documentation.man.enable = true;
|
documentation.man.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue