From a51d78d975c4c5ff046727286071844342db34d2 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 2 Mar 2026 13:23:06 +0100 Subject: [PATCH] feat: add more software --- hosts/gentoo/home.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 = {