switched to dentritic pattern and cleaned up config
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ self, ... }:
|
||||
{
|
||||
flake.modules.nixos.gaming = { ... }: {
|
||||
imports = [
|
||||
self.modules.nixos.cemu
|
||||
self.modules.nixos.steam
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user