seprate hosts in submodules and started adding desktop pc configuration
This commit is contained in:
11
hosts/desktop.nix
Normal file
11
hosts/desktop.nix
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
{ config, lib, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
modules/game.nix
|
||||
modules/nvidia.nix
|
||||
];
|
||||
|
||||
networking.hostName = "nixos-fixe";
|
||||
}
|
Reference in New Issue
Block a user