porgamin
This commit is contained in:
parent
96902144be
commit
67e21bc619
3 changed files with 11 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
go
|
go
|
||||||
delve
|
delve
|
||||||
gotools
|
gotools
|
||||||
|
gopls
|
||||||
|
|
||||||
# act
|
# act
|
||||||
# asm-lsp
|
# asm-lsp
|
||||||
|
|
|
||||||
|
|
@ -174,6 +174,10 @@
|
||||||
|
|
||||||
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
||||||
|
|
||||||
|
programs.nix-ld = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
experimental-features = "nix-command flakes";
|
experimental-features = "nix-command flakes";
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
|
|
||||||
|
|
@ -107,6 +107,12 @@ in {
|
||||||
# package = inputs.jujutsu.packages.${pkgs.system}.default;
|
# package = inputs.jujutsu.packages.${pkgs.system}.default;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mpv = {
|
||||||
|
config = {
|
||||||
|
demuxer-max-bytes = "10GiB";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Tao Tien";
|
userName = "Tao Tien";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue