tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
feat: install obs
Kieran Klukas
2 years ago
9ce4cfb8
bfec7625
+10
1 changed file
expand all
collapse all
unified
split
home-manager
home.nix
+10
home-manager/home.nix
···
391
391
};
392
392
};
393
393
394
394
+
programs.obs-studio = {
395
395
+
enable = true;
396
396
+
plugins = with pkgs.obs-studio-plugins; [
397
397
+
wlrobs
398
398
+
obs-backgroundremoval
399
399
+
obs-pipewire-audio-capture
400
400
+
];
401
401
+
};
402
402
+
403
403
+
394
404
# Nicely reload system units when changing configs
395
405
systemd.user.startServices = "sd-switch";
396
406