From 7d01bc0001bbd461008230188bd1f65a808b45f6 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 11 Feb 2023 14:55:47 +0100 Subject: Fix: Rename host for clarity and import home-manager --- hosts/desktop/configuration.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hosts/desktop/configuration.nix (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix new file mode 100644 index 00000000..2a3812cf --- /dev/null +++ b/hosts/desktop/configuration.nix @@ -0,0 +1,21 @@ +# vim: ts=2 +{ + config, + lib, + nixpkgs, + home-manager, + ... +}: { + imports = [ + ./hardware + ./networking.nix + + ../../home-manager + + ../../system + + ../../services + ]; + + system.stateVersion = "23.05"; +} -- cgit 1.4.1