diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 06514c0..08c13c0 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -15,6 +15,13 @@ ../../modules/nixos/udevsimple.nix ]; + nix.nixPath = [ + "nixpkgs=${inputs.nixpkgs.outPath}" + "home-manager=${inputs.home-manager.outPath}" + ]; #manix is unhappy without this + + + home-manager = { useGlobalPkgs = true; useUserPackages = true; @@ -192,6 +199,9 @@ usbutils # used for lsusb # used for the framework 16 laptop framework-tool framework-tool-tui + +#some nix tools +manix ]; # fonts diff --git a/hosts/laptop/result b/hosts/laptop/result new file mode 120000 index 0000000..fa27eed --- /dev/null +++ b/hosts/laptop/result @@ -0,0 +1 @@ +/nix/store/mxdxf6bjib4l024yl5md4rllbashrpjq-options.json \ No newline at end of file