From 32ebf920927b1f71beded28ba4ad11591680f318 Mon Sep 17 00:00:00 2001 From: Malte Johannes Alexander Brandy Date: Fri, 31 May 2019 09:55:16 +0200 Subject: [PATCH] Install on hephaistos --- .gitignore | 1 + hosts/hephaistos/home.nix | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce3dce1e..225c14fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /configuration.nix +/home.nix diff --git a/hosts/hephaistos/home.nix b/hosts/hephaistos/home.nix index f6ef18bb..3d61a14f 100644 --- a/hosts/hephaistos/home.nix +++ b/hosts/hephaistos/home.nix @@ -6,9 +6,11 @@ systemd.user.systemctlPath = "/usr/bin/systemctl"; +programs.home-manager.enable = true; + m-0 = { hostName = "fb04217"; - sleep-nag.enable = true; + #sleep-nag.enable = true; #latex.enable = true; #graphical.enable = true; #rustdev.enable = true;