Compare commits

..

No commits in common. "b8a53463aa8e937b00e27d611c05a1be54ab6ca6" and "1660d57678501e81cab2bb83047740400a0f5fd0" have entirely different histories.

3 changed files with 8 additions and 18 deletions

View file

@ -6,13 +6,6 @@
./streaming/default.nix
./desktop/plasma/default.nix
];
home.packages = with pkgs; [
kdePackages.ktorrent
blender
freecad
openscad
kicad-small
];
programs.plasma = {
configFile = {
bluedevilglobalrc.Global.launchState.value = "enable";

View file

@ -125,16 +125,6 @@
"url": "https://www.tinkercad.com/",
"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",
"url": "https://wiki.jetdata.eu/open/index.php?title=Main_Page",

View file

@ -1,5 +1,12 @@
{ pkgs, ... }:
{
imports = [ ./default.nix ];
home.packages = with pkgs; [ prusa-slicer ];
home.packages = with pkgs; [
kdePackages.ktorrent
prusa-slicer
blender
freecad
openscad
kicad-small
];
}