made dev and gaming attributes consistent
This commit is contained in:
@@ -1,22 +1,18 @@
|
||||
{
|
||||
self,
|
||||
inputs,
|
||||
moduleWithSystem,
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.development = {
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
flake.nixosModules.development = moduleWithSystem ({pkgs, ...}: let
|
||||
modules = with self.nixosModules; [
|
||||
git
|
||||
nvim
|
||||
git
|
||||
nvim
|
||||
];
|
||||
in {
|
||||
imports = modules;
|
||||
environment.systemPackages = with pkgs; [
|
||||
opencode
|
||||
devenv
|
||||
];
|
||||
};
|
||||
opencode
|
||||
devenv
|
||||
];
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user