diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-07-08 11:42:42 +0500 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | 7f692118d94d4c37d8c5b0ef6a5c12102a8f5ce4 (patch) | |
| tree | 7f7ee2dcd51e51ed23bfe26b34b3bca26bd4a09b /nixos/pc/configuration.nix | |
| parent | 56870b69b4006d980c1d7bc99a8ff4352a082a51 (diff) | |
remove home-manager
Diffstat (limited to 'nixos/pc/configuration.nix')
| -rw-r--r-- | nixos/pc/configuration.nix | 12 |
1 files changed, 2 insertions, 10 deletions
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; - }; - } |
