From 94765cb215205eed5e813643e31108fc33adb469 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 26 Jan 2025 14:11:14 +0300 Subject: [PATCH] grammar is important e --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 90a5650..7a511a0 100644 --- a/flake.nix +++ b/flake.nix @@ -130,7 +130,7 @@ }; homeConfigurations = { # doesnt work because my different systems have different stateVersions - # i dont know how to get the stateVersion from the current host + # I dont know how to get the stateVersion from the current host osbm = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance modules = [./modules/home.nix];