aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/home.nix b/home.nix
index 27a9bba..5589325 100644
--- a/home.nix
+++ b/home.nix
@@ -1,10 +1,7 @@
-{ config, pkgs, pkgs-personal, ... }:
+{ config, pkgs, pkgs-personal, hostname, ... }:
{
- imports = let
- # impure access to system config
- hostname = (import <nixpkgs/nixos> { }).config.networking.hostName;
- in [
+ imports = [
# define options custom to this config
./custom.nix
# load host specific stuff