Compare commits
2 commits
1660d57678
...
b8a53463aa
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | b8a53463aa | ||
Evie Litherland-Smith | 637c0ea658 |
|
@ -6,6 +6,13 @@
|
||||||
./streaming/default.nix
|
./streaming/default.nix
|
||||||
./desktop/plasma/default.nix
|
./desktop/plasma/default.nix
|
||||||
];
|
];
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
kdePackages.ktorrent
|
||||||
|
blender
|
||||||
|
freecad
|
||||||
|
openscad
|
||||||
|
kicad-small
|
||||||
|
];
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
configFile = {
|
configFile = {
|
||||||
bluedevilglobalrc.Global.launchState.value = "enable";
|
bluedevilglobalrc.Global.launchState.value = "enable";
|
||||||
|
|
|
@ -125,6 +125,16 @@
|
||||||
"url": "https://www.tinkercad.com/",
|
"url": "https://www.tinkercad.com/",
|
||||||
"tags": ["3D Printing", "CAD"]
|
"tags": ["3D Printing", "CAD"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "TouchTerrain",
|
||||||
|
"url": "https://touchterrain.geol.iastate.edu/",
|
||||||
|
"tags": ["3D Printing", "Modelling"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Touch Mapper",
|
||||||
|
"url": "https://touch-mapper.org/en/",
|
||||||
|
"tags": ["3D Printing", "Modelling"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Homepage",
|
"name": "Homepage",
|
||||||
"url": "https://wiki.jetdata.eu/open/index.php?title=Main_Page",
|
"url": "https://wiki.jetdata.eu/open/index.php?title=Main_Page",
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [ prusa-slicer ];
|
||||||
kdePackages.ktorrent
|
|
||||||
prusa-slicer
|
|
||||||
blender
|
|
||||||
freecad
|
|
||||||
openscad
|
|
||||||
kicad-small
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue