added a few more applications.
This commit is contained in:
parent
dcdac349df
commit
329544e677
5 changed files with 22 additions and 2 deletions
|
|
@ -9,6 +9,5 @@
|
|||
prusa-slicer
|
||||
freecad
|
||||
blender
|
||||
dune3d
|
||||
];
|
||||
}
|
||||
|
|
|
|||
10
roles/home-manager/eda.nix
Normal file
10
roles/home-manager/eda.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
kicad
|
||||
];
|
||||
}
|
||||
|
|
@ -14,4 +14,9 @@
|
|||
programs.gamemode.enable = true;
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
home-manager.users.${config.host.details.user} = {config, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
discord
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue