Compare commits

..

No commits in common. "67f6e41f8bf865b823a74b9bc234e3d08f56a7c3" and "92fca49164e44d45c866e586d418bf4397157c49" have entirely different histories.

3 changed files with 12 additions and 49 deletions

View file

@ -5,11 +5,11 @@
"fromYaml": "fromYaml" "fromYaml": "fromYaml"
}, },
"locked": { "locked": {
"lastModified": 1721224776, "lastModified": 1709025227,
"narHash": "sha256-iakVQHg2DSmdOc5dNBwrDt9JLRxX5MT+IIbxfZEpGdo=", "narHash": "sha256-KXcORItjYJTdEO/BlBd0Uym1Xa3eBu43uvpFiWjJOdY=",
"owner": "SenchoPens", "owner": "SenchoPens",
"repo": "base16.nix", "repo": "base16.nix",
"rev": "c89c8123310257f3ddc04cc59aa4b5573c6d515f", "rev": "4e9b16c8b44958bc6bf46d99c3bb1b59c9c9c764",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -21,11 +21,11 @@
"fromYaml": { "fromYaml": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1721222302, "lastModified": 1689549921,
"narHash": "sha256-5vL4w9+tS9yd8WpIiDUtxN1IuxCVK2nebZMs/hCXXis=", "narHash": "sha256-iX0pk/uB019TdBGlaJEWvBCfydT6sRq+eDcGPifVsCM=",
"owner": "SenchoPens", "owner": "SenchoPens",
"repo": "fromYaml", "repo": "fromYaml",
"rev": "93bad85d1633b8b27287b438c0bd394094c24d06", "rev": "11fbbbfb32e3289d3c631e0134a23854e7865c84",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -91,11 +91,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1721409541, "lastModified": 1720691131,
"narHash": "sha256-b6PLr0Ty7JPDBtJtjnYzlBf02bbH9alWMAgispMkTwk=", "narHash": "sha256-CWT+KN8aTPyMIx8P303gsVxUnkinIz0a/Cmasz1jyIM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0c53b6b8c2a3e46c68e04417e247bba660689c9d", "rev": "a046c1202e11b62cbede5385ba64908feb7bfac4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -115,11 +115,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720992717, "lastModified": 1720861020,
"narHash": "sha256-8j1bZVfKT1vJ0e+U7NYRNBG+DdBj5C/tpwe5krxT4/4=", "narHash": "sha256-T1+uPIRTlKJJOxMeTd5ojJYPUTuf4KSmi7PcctrVv0s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "plasma-manager", "repo": "plasma-manager",
"rev": "460b48dc3dcd05df568e27cbb90581d23baec8dc", "rev": "565bb9f4562e65c7e390537702b7efc8de73cc3a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,14 +1,12 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: { }: {
imports = [ imports = [
./personal.nix ./personal.nix
./desktop/plasma/default.nix ./desktop/plasma/default.nix
]; ];
home.packages = with pkgs; [prusa-slicer];
programs.plasma = lib.mkIf config.programs.plasma.enable { programs.plasma = lib.mkIf config.programs.plasma.enable {
configFile.kcminputrc."Libinput/1739/52759/SYNA32AA:00 06CB:CE17 Touchpad".NaturalScroll = true; configFile.kcminputrc."Libinput/1739/52759/SYNA32AA:00 06CB:CE17 Touchpad".NaturalScroll = true;
}; };

View file

@ -75,11 +75,6 @@
"url": "https://wiki.archlinux.org", "url": "https://wiki.archlinux.org",
"tags": ["Wiki"] "tags": ["Wiki"]
}, },
{
"name": "Filament Guide",
"url": "https://help.prusa3d.com/materials",
"tags": ["3D Printing", "Filament"]
},
{ {
"name": "Thingiverse", "name": "Thingiverse",
"url": "https://www.thingiverse.com/", "url": "https://www.thingiverse.com/",
@ -90,36 +85,6 @@
"url": "https://www.printables.com/", "url": "https://www.printables.com/",
"tags": ["3D Printing"] "tags": ["3D Printing"]
}, },
{
"name": "MyMiniFactory",
"url": "https://www.myminifactory.com",
"tags": ["3D Printing"]
},
{
"name": "pinshape",
"url": "https://www.pinshape.com",
"tags": ["3D Printing"]
},
{
"name": "YouMagine",
"url": "https://www.youmagine.com",
"tags": ["3D Printing"]
},
{
"name": "SHAPEWAYS",
"url": "https://www.shapeways.com",
"tags": ["3D Printing"]
},
{
"name": "Gambody",
"url": "https://www.gambody.com",
"tags": ["3D Printing"]
},
{
"name": "TinkerCAD",
"url": "https://www.tinkercad.com/",
"tags": ["3D Printing", "CAD"]
},
{ {
"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",