mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
base
This commit is contained in:
12
modules/hosts/computer-mo/configuration.nix
Normal file
12
modules/hosts/computer-mo/configuration.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ inputs, ...}:
|
||||
{
|
||||
flake.nixosModules.computer-mo = {
|
||||
imports = with inputs.self.modules.nixos; [
|
||||
base
|
||||
gnome
|
||||
gnome-apps
|
||||
steam
|
||||
overclocking
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user