update
This commit is contained in:
parent
440506cabf
commit
aecfcb0fa6
4 changed files with 50 additions and 23 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
rpcs3_latest,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./modules/dunst.nix
|
||||
./modules/fish.nix
|
||||
|
|
@ -11,7 +15,7 @@
|
|||
./modules/starship.nix
|
||||
./modules/zellij.nix
|
||||
./modules/ffmpeg.nix
|
||||
./modules/emulators.nix
|
||||
(import ./modules/emulators.nix {inherit pkgs rpcs3_latest;})
|
||||
];
|
||||
|
||||
home.username = "cobray";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue