staging again

This commit is contained in:
alsaiduq-lab 2025-04-03 15:58:39 -06:00
parent 751d5e996f
commit fe9a07fad0
3 changed files with 88 additions and 11 deletions

View file

@ -1,9 +1,4 @@
{
pkgs,
inputs,
rpcs3_latest,
...
}: {
{pkgs, ...}: {
imports = [
./modules/dunst.nix
./modules/fish.nix
@ -16,7 +11,7 @@
./modules/starship.nix
./modules/zellij.nix
./modules/ffmpeg.nix
(import ./modules/emulators.nix {inherit pkgs inputs rpcs3_latest;})
./modules/emulators.nix
];
home.username = "cobray";