1
0
Fork 0
forked from dea/dea-files
This commit is contained in:
do butterflies cry? 2026-03-07 13:08:30 +10:00
parent ac95603fc4
commit f7de9f7a23
Signed by: cry
GPG key ID: F68745A836CA0412
42 changed files with 1061 additions and 445 deletions

View file

@ -1,14 +1,10 @@
{ pkgs, ... }:
{
imports = [ ./mcsr ];
{upkgs, ...}: {
# hardware = {
# xone.enable = true;
# xpadneo.enable = true;
# };
environment.systemPackages = with pkgs; [
environment.systemPackages = with upkgs; [
prismlauncher # minecraft
r2modman
# osu-lazer-bin
@ -19,7 +15,7 @@
programs = {
obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
plugins = with upkgs.obs-studio-plugins; [
obs-pipewire-audio-capture
];
};