diff --git a/home.nix b/home.nix index b5c9308..5a71cd2 100644 --- a/home.nix +++ b/home.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, ... } +{ lib, pkgs, ... }: { home = { packages = with pkgs; [ @@ -8,6 +8,6 @@ username = "khais"; homeDirectory = "/home/khais"; - stateVersion = "23.11" + stateVersion = "23.11"; }; }