diff --git a/hosts/gentoo/home.nix b/hosts/gentoo/home.nix index 6e8f761..4d2f9d5 100644 --- a/hosts/gentoo/home.nix +++ b/hosts/gentoo/home.nix @@ -11,6 +11,8 @@ pkgs.tree-sitter ]; + programs.vesktop.enable = true; + home.sessionVariables = { }; @@ -18,7 +20,12 @@ nix = { package = pkgs.nix; - settings.experimental-features = ["nix-command" "flakes"]; + settings = { + experimental-features = [ + "nix-command" + "flakes" + ]; + }; }; programs.nh = {