Shadow config v1.0
This commit is contained in:
commit
84bc5de209
25 changed files with 2324 additions and 0 deletions
9
home/modules/programming.nix
Normal file
9
home/modules/programming.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
rust-bin.stable.latest.default
|
||||
dotnetCorePackages.sdk_8_0_3xx-bin
|
||||
gcc
|
||||
gnumake
|
||||
godot
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue