This commit is contained in:
2026-03-03 00:35:35 +01:00
parent 8fe8a25615
commit e959d13d90
5 changed files with 71 additions and 15 deletions

View File

@@ -0,0 +1,12 @@
{ inputs, ...}:
{
flake.nixosModules.computer-mo = {
imports = with inputs.self.modules.nixos; [
base
gnome
gnome-apps
steam
overclocking
];
};
}