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
];
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 = {