misc
This commit is contained in:
parent
ed929219da
commit
384398b08a
5 changed files with 10 additions and 5 deletions
|
@ -22,6 +22,7 @@
|
|||
emilast.logfilehighlighter
|
||||
tamasfe.even-better-toml
|
||||
golang.go
|
||||
ms-python.python
|
||||
];
|
||||
userSettings =
|
||||
let
|
||||
|
|
|
@ -161,7 +161,11 @@
|
|||
nix.flake.autoArchive = true;
|
||||
};
|
||||
};
|
||||
rust_analyzer.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installRustc = false;
|
||||
installCargo = false;
|
||||
};
|
||||
eslint.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue