This commit is contained in:
Tao Tien 2026-02-25 21:10:29 -08:00
parent 70cf54d824
commit a7bad5d5fe
2 changed files with 15 additions and 6 deletions

View file

@ -3,6 +3,8 @@
pkgs, pkgs,
... ...
}: { }: {
boot.kernel.sysctl."vm.overcommit_memory" = "1";
# systemd.user.services.lspmux = { # systemd.user.services.lspmux = {
# enable = true; # enable = true;
# wantedBy = ["default.target"]; # wantedBy = ["default.target"];
@ -13,10 +15,6 @@
# }; # };
programs.qgroundcontrol.enable = true; programs.qgroundcontrol.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
docker-compose
bun
ngrok
# keep-sorted start sticky_comments=no # keep-sorted start sticky_comments=no
# act # act
# asm-lsp # asm-lsp
@ -67,6 +65,11 @@
wild wild
# keep-sorted end # keep-sorted end
# alloy
bun
docker-compose
ngrok
# # databases # # databases
# sqlite # sqlite
# sqls # sqls
@ -109,6 +112,8 @@
# rust # rust
# keep-sorted start sticky_comments=no # keep-sorted start sticky_comments=no
# leptosfmt # leptosfmt
# spacetimedb
# wasm-bindgen-cli
bacon bacon
cargo-autoinherit cargo-autoinherit
cargo-binstall cargo-binstall
@ -128,9 +133,7 @@
rustup rustup
rusty-man rusty-man
sccache sccache
# spacetimedb
trunk trunk
wasm-bindgen-cli
# keep-sorted end # keep-sorted end
]; ];
@ -155,6 +158,9 @@
''; '';
virtualisation.docker = { virtualisation.docker = {
daemon.settings = {
features.buildkit = true;
};
enable = true; enable = true;
# storageDriver = # storageDriver =
# if lib.strings.hasPrefix "NOlaptop" (builtins.readFile /etc/hostname) # if lib.strings.hasPrefix "NOlaptop" (builtins.readFile /etc/hostname)

View file

@ -95,6 +95,9 @@ in {
enable = true; enable = true;
enableNushellIntegration = true; enableNushellIntegration = true;
nix-direnv.enable = true; nix-direnv.enable = true;
config = {
load_dotenv = true;
};
}; };
jujutsu = { jujutsu = {