diff options
author | Soispha <soispha@vhack.eu> | 2023-04-23 14:10:59 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:48 +0200 |
commit | 983e1e826509c73424598867520b5944344c2421 (patch) | |
tree | 23a280d34eb29162e18eb5f66b0505a322f14bc2 /home-manager/default.nix | |
parent | Fix(hosts/apzu): Use new options (diff) | |
download | nixos-config-983e1e826509c73424598867520b5944344c2421.zip |
Docs(hm): Typo
Diffstat (limited to 'home-manager/default.nix')
-rw-r--r-- | home-manager/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/default.nix b/home-manager/default.nix index 1b4a3539..c8001c96 100644 --- a/home-manager/default.nix +++ b/home-manager/default.nix @@ -22,7 +22,7 @@ in { ./files ]; - # I don't know what this does, but I've seen it a loot online, so it should be good, right? + # I don't know what this does, but I've seen it a lot online, so it should be good, right? programs.home-manager.enable = true; home = { |