removed host configuration.nix

This commit is contained in:
Don Harper 2023-09-20 21:55:29 -05:00
parent a2a6a508b7
commit d45cf6dd74
7 changed files with 0 additions and 79 deletions

View file

@ -1,12 +0,0 @@
{ config, pkgs, ... }:
{
imports =
[
<nixos-hardware/dell/xps/13-9310>
/etc/nixos/hardware-configuration.nix
../../workstation
../../wm/sway
];
networking.hostName = "loki";
}