From c64173565dc2c4c7a2ab9b769a3bff91f06631a9 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Fri, 16 Jan 2026 11:35:14 +0100 Subject: [PATCH] Fixed typos --- hosts/laptop/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 2e81727..f9055b6 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -26,7 +26,7 @@ home-manager = { extraSpecialArgs = { inherit inputs; }; useGlobalPkgs = true; - useUsersPackages = true; + useUserPackages = true; backupFileExtension = "HM-Backup"; users = { "laptop" = import ./home.nix; @@ -42,7 +42,7 @@ }; }; - enviroment = { + environment = { systemPackages = with pkgs; [ playerctl nvtopPackages.nvidia @@ -50,12 +50,12 @@ libva-utils cudatoolkit - sddm-astraunot + sddm-astronaut ]; sessionVariables = { NIXOS_OZONE_WL = "1"; }; - pathToLink = [ "/share/zsh" ]; + pathsToLink = [ "/share/zsh" ]; }; system = {