From 7f692118d94d4c37d8c5b0ef6a5c12102a8f5ce4 Mon Sep 17 00:00:00 2001 From: spl3g Date: Mon, 8 Jul 2024 11:42:42 +0500 Subject: remove home-manager --- nixos/pc/configuration.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'nixos') diff --git a/nixos/pc/configuration.nix b/nixos/pc/configuration.nix index c691028..3b9d327 100644 --- a/nixos/pc/configuration.nix +++ b/nixos/pc/configuration.nix @@ -1,10 +1,10 @@ -{ inputs, outputs, lib, config, pkgs, ... }: { +{ inputs, outputs, pkgs, ... }: { imports = [ ../general.nix inputs.home-manager.nixosModules.home-manager ]; - time.timeZone = "Europe/Yekaterinburg"; + time.timeZone = "Asia/Yekaterinburg"; networking.hostName = "ltrr"; # Printing @@ -17,12 +17,4 @@ openFirewall = true; }; }; - - home-manager = { - extraSpecialArgs = { inherit inputs outputs; }; - useGlobalPkgs = true; - useUserPackages = true; - users.jerpo = import ../home-manager/pc; - }; - } -- cgit v1.2.3