From 4764c5c61248d792d50a6047b7c79bb358f26575 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sun, 23 Mar 2025 09:32:39 +0530 Subject: [PATCH] fix: persist useUserPackages until stylix issue gets resolved --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 9c61385..ac4c341 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -31,7 +31,7 @@ }; home-manager.useGlobalPkgs = true; - # home-manager.useUserPackages = true; + home-manager.useUserPackages = true; home-manager.users.h = import ./home; # Enable networking