From cef48a3a23b75d5cfb945912bd6609e8212b0d14 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 14 Nov 2024 19:51:14 +0100 Subject: Move around stuff --- hosts/work.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'hosts/work.nix') diff --git a/hosts/work.nix b/hosts/work.nix index f4269ec..f26c99b 100644 --- a/hosts/work.nix +++ b/hosts/work.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, inputs, ... }: { imports = [ ./hardware-configuration/work.nix ]; @@ -104,5 +104,12 @@ packages = with pkgs; [ git helix ]; }; + home-manager = { + useGlobalPkgs = true; + useUserPackages = true; + users.jras = import ../home-manager/entrypoints/work.nix; + extraSpecialArgs = { inherit inputs; primary-monitor = "eDP-1"; }; + }; + system.stateVersion = "24.05"; # Do NOT change before reading configuration.nix } -- cgit v1.2.3