From ad9d1227a413464d16af631ffce7672633eec939 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Sun, 8 Mar 2026 15:15:43 +0100 Subject: [PATCH] added manix --- hosts/laptop/configuration.nix | 10 ++++++++++ hosts/laptop/result | 1 + 2 files changed, 11 insertions(+) create mode 120000 hosts/laptop/result 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