[NixOS] Move nixified config into importable file

This commit is contained in:
2023-07-18 11:39:18 -06:00
parent 69b33ce1ad
commit 9f6816ffd0
3 changed files with 19 additions and 10 deletions

View File

@@ -1,8 +1,9 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, inputs, ... }:
{
imports = [
../full.nix
../kat.nix
../nixified.ai.nix
];
networking.hostName = "nixquick";