feat: add more software
This commit is contained in:
parent
5eaaebdbc6
commit
a51d78d975
1 changed files with 8 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue