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

View file

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