feat: edopro derivation (which doesnt work yet)
This commit is contained in:
parent
1aad2582da
commit
1f73589d8b
5 changed files with 58 additions and 2 deletions
modules/dev
|
@ -1,5 +1,11 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.adrielus.home.packages = with pkgs; [ gcc ];
|
||||
imports =
|
||||
[ ./nix.nix ./purescript.nix ./javascript.nix ./rust.nix ./haskell ];
|
||||
imports = [
|
||||
./nix.nix
|
||||
./purescript.nix
|
||||
./javascript.nix
|
||||
./fsharp.nix
|
||||
./rust.nix
|
||||
./haskell
|
||||
];
|
||||
}
|
||||
|
|
3
modules/dev/fsharp.nix
Normal file
3
modules/dev/fsharp.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.adrielus.home.packages = with pkgs; [ dotnet-sdk mono ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue