commit 9f6de9ef1847052489ade0c7d06390e7d17acc11 parent 690dd52fa43bf7fa51134e5ed1acbdb7ca633126 Author: Vincent Demeester <vincent@sbr.pm> Date: Sat, 23 May 2020 14:34:02 +0200 systems/hokkaido: try hooking home-manager Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
A | machines/hokkaido.nix | | | 3 | +++ |
M | systems/hokkaido.nix | | | 6 | ++++++ |
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix @@ -0,0 +1,3 @@ +{ + imports = [ ./nixos-base.nix ]; +} diff --git a/systems/hokkaido.nix b/systems/hokkaido.nix @@ -11,6 +11,12 @@ hostName = "hokkaido"; }; + # FIXME move this away + home-manager.users.vincent = import ../home.nix; + home-manager.users.root = { pkgs, ... }: { + home.packages = with pkgs; [ htop ]; + }; + fileSystems."/" = { device = "/dev/disk/by-uuid/884a3d57-f652-49b2-9c8b-f6eebd5edbeb";