index
:
moonfiles.git
master
My dotfiles of main pc;
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
modules
/
features
/
media-tools
/
default.nix
blob: 00a16dabfe542e968157578d2ce7cda40b231172 (
plain
)
1
2
3
4
5
6
7
{ pkgs, ... }: { environment.systemPackages = with pkgs; [ obs-studio ]; }