This commit is contained in:
cy 2025-03-19 23:14:24 -04:00
parent ed929219da
commit 384398b08a
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 10 additions and 5 deletions

View file

@ -22,6 +22,7 @@
emilast.logfilehighlighter
tamasfe.even-better-toml
golang.go
ms-python.python
];
userSettings =
let

View file

@ -161,7 +161,11 @@
nix.flake.autoArchive = true;
};
};
rust_analyzer.enable = true;
rust_analyzer = {
enable = true;
installRustc = false;
installCargo = false;
};
eslint.enable = true;
};
};

View file

@ -60,7 +60,6 @@
unzip
anki-bin
trezorctl
trezor-agent
q
gdb
fuzzel
@ -100,9 +99,10 @@
nix-output-monitor
wl-clipboard-rs
pixelflasher
element-desktop
cinny-desktop
freetube
gopls
rust-analyzer
];
home.sessionVariables = {

View file

@ -92,7 +92,7 @@
"s" = "sudo";
"nrs" = "sudo nixos-rebuild switch -L --flake . --log-format internal-json -v |& nom --json";
"nrt" = "sudo nixos-rebuild test -L --flake . --log-format internal-json -v |& nom --json";
"hrs" = "home-manager switch -L --flake . |& nom --json";
"hrs" = "home-manager switch -L --flake .";
"g" = "git";
"ga" = "git add";
"gaa" = "git add --all";

View file

@ -13,7 +13,7 @@
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"main:Ku31HoEWcBtfggge2VGj+QTkVrQuIwRIMGyfV/5VQP0="
];
trusted-substituters = [
extra-substituters = [
"https://nix-community.cachix.org"
"https://cache.cy7.sh/main"
];