NixOS-Configs/hosts/pocket2/configuration.nix
2023-07-02 20:45:51 -05:00

11 lines
177 B
Nix

{ config, pkgs, ... }:
{
imports =
[
/etc/nixos/hardware-configuration.nix
../../workstation
../../wm/sway
];
networking.hostName = "pocket2";
}