From 3ff80a5e69af8a8e5c2b86180df1623704fc430c Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 7 Aug 2022 14:55:09 +0200 Subject: [PATCH] reformat --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index ef86590e..ed35bd8f 100644 --- a/flake.nix +++ b/flake.nix @@ -135,10 +135,8 @@ # HomeManager home-manager.nixosModules.home-manager { - home-manager.useGlobalPkgs = - true; # Use systems pkgs, disables nixpkgs.* options in home.nix - home-manager.useUserPackages = - true; # Enable installing packages through users.christoph.packages + home-manager.useGlobalPkgs = true; # Use systems pkgs, disables nixpkgs.* options in home.nix + home-manager.useUserPackages = true; # Enable installing packages through users.christoph.packages to /etc/profiles instead of ~/.nix-profile home-manager.users.christoph = import ./home/home.nix; # Make our overlays available in home.nix