mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
stylix, hyprland
This commit is contained in:
parent
db68f9d460
commit
b440038b65
39 changed files with 704 additions and 226 deletions
15
nixcfgs/modules/home/dev/rust.nix
Normal file
15
nixcfgs/modules/home/dev/rust.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
rust-analyzer
|
||||
rustc
|
||||
cargo
|
||||
clippy
|
||||
rustfmt
|
||||
make
|
||||
cmake
|
||||
];
|
||||
|
||||
programs.vscode.profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
rust-lang.rust-analyzer
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue