added a bunch of nixos modules
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ self, ... }: {
|
||||
flake.modules.nixos.system = {
|
||||
imports = [
|
||||
self.modules.nixos.boot
|
||||
self.modules.nixos.locale
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user