From c555bbc310badb2b6cc6e4a22001a7d10bccee32 Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 18 Oct 2023 19:54:25 +0000 Subject: [PATCH] testig HM as module - try 2 --- home-manager/global.nix | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/home-manager/global.nix b/home-manager/global.nix index b8e54d8..b1b73a5 100644 --- a/home-manager/global.nix +++ b/home-manager/global.nix @@ -1,10 +1,10 @@ { inputs, lib, pkgs, config, outputs, ... }: { - imports = [ - "${inputs.vscode-server}/modules/vscode-server/home.nix" - ]; - # ++ (builtins.attrValues outputs.homeManagerModules); + # imports = [ + # "${inputs.vscode-server}/modules/vscode-server/home.nix" + # ]; + # # ++ (builtins.attrValues outputs.homeManagerModules); @@ -34,21 +34,21 @@ config = { - nixpkgs = { - overlays = builtins.attrValues outputs.overlays; - config = { - allowUnfree = true; - allowUnfreePredicate = (_: true); - }; - }; + # nixpkgs = { + # overlays = builtins.attrValues outputs.overlays; + # config = { + # allowUnfree = true; + # allowUnfreePredicate = (_: true); + # }; + # }; - nix = { - package = lib.mkDefault pkgs.nix; - settings = { - experimental-features = [ "nix-command" "flakes" "repl-flake" ]; - warn-dirty = false; - }; - }; + # nix = { + # package = lib.mkDefault pkgs.nix; + # settings = { + # experimental-features = [ "nix-command" "flakes" "repl-flake" ]; + # warn-dirty = false; + # }; + # }; ##VSCode services.vscode-server.enable = true;