feat: add more software

This commit is contained in:
CronyAkatsuki 2026-03-02 13:23:06 +01:00
parent 5eaaebdbc6
commit a51d78d975

View file

@ -11,6 +11,8 @@
pkgs.tree-sitter pkgs.tree-sitter
]; ];
programs.vesktop.enable = true;
home.sessionVariables = { home.sessionVariables = {
}; };
@ -18,7 +20,12 @@
nix = { nix = {
package = pkgs.nix; package = pkgs.nix;
settings.experimental-features = ["nix-command" "flakes"]; settings = {
experimental-features = [
"nix-command"
"flakes"
];
};
}; };
programs.nh = { programs.nh = {