grammar is important e

This commit is contained in:
Osman Faruk Bayram 2025-01-26 14:11:14 +03:00
parent cc6476e48a
commit 94765cb215

View file

@ -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];