ma pkgs.tools: update
This commit is contained in:
parent
9d5087cba0
commit
0c334ea99c
@ -2,18 +2,19 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./android-pentest.nix
|
./android-pentest.nix
|
||||||
./consoles.nix
|
./consoles.nix
|
||||||
./core.nix
|
|
||||||
./core-gui.nix
|
./core-gui.nix
|
||||||
./dev.nix
|
./core.nix
|
||||||
./desktop.nix
|
./desktop.nix
|
||||||
|
./dev.nix
|
||||||
./extra-gui.nix
|
./extra-gui.nix
|
||||||
./games.nix
|
./games.nix
|
||||||
|
./maker.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
./mobility.nix
|
./mobility.nix
|
||||||
./pcmanfm-extra.nix
|
./pcmanfm-extra.nix
|
||||||
./scanner-tools.nix
|
./scanner-tools.nix
|
||||||
./sec.nix
|
|
||||||
./sec-gui.nix
|
./sec-gui.nix
|
||||||
|
./sec.nix
|
||||||
./studio.nix
|
./studio.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
brain
|
brain
|
||||||
whatsupnix
|
whatsupnix
|
||||||
nixpkgs-pytools
|
nixpkgs-pytools
|
||||||
|
nixpkgs-fmt
|
||||||
hydra-check
|
hydra-check
|
||||||
# git-related
|
# git-related
|
||||||
git-preview
|
git-preview
|
||||||
|
@ -8,5 +8,6 @@
|
|||||||
games-user-env
|
games-user-env
|
||||||
wine
|
wine
|
||||||
pkg2zip
|
pkg2zip
|
||||||
|
steam
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
16
makefu/2configs/tools/maker.nix
Normal file
16
makefu/2configs/tools/maker.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
users.users.makefu.packages = with pkgs; [
|
||||||
|
# media
|
||||||
|
picard
|
||||||
|
asunder
|
||||||
|
#darkice
|
||||||
|
lame
|
||||||
|
# creation
|
||||||
|
blender
|
||||||
|
openscad
|
||||||
|
# slicing
|
||||||
|
cura
|
||||||
|
chitubox
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user