Add dotnet/unity stuff
This commit is contained in:
parent
6987058c69
commit
7e0fd35792
4 changed files with 39 additions and 28 deletions
|
@ -51,6 +51,7 @@
|
|||
size = 32;
|
||||
};
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
services.easyeffects.enable = true;
|
||||
xdg.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
{ inputs, pkgs, ... }: {
|
||||
imports = [ ./nixvim ];
|
||||
home = { packages = with pkgs; [ git-credential-manager gnupg pass ]; };
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
git-credential-manager
|
||||
gnupg
|
||||
pass
|
||||
dotnet-sdk_7
|
||||
unityhub
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue