toggle physics
This commit is contained in:
parent
44a2f3ee01
commit
e13ad6a8ee
13 changed files with 79 additions and 112 deletions
18
modules/development/default.nix
Normal file
18
modules/development/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
development = {
|
||||
vscodium.enable = true;
|
||||
git.enable = true;
|
||||
};
|
||||
imports = [
|
||||
./git.nix
|
||||
./vscodium.nix
|
||||
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue