should be the last stage

This commit is contained in:
alsaiduq-lab 2025-04-03 19:24:22 -06:00
parent fe9a07fad0
commit d6fe9e9f5f
6 changed files with 36 additions and 33 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
rpcs3_latest,
...
}: {
imports = [
./modules/dunst.nix
./modules/fish.nix
@ -30,5 +34,6 @@
btop
nvtopPackages.full
arandr
rpcs3_latest
];
}