This commit is contained in:
Miguel Palhas
2025-10-13 10:19:44 +01:00
parent b431113faf
commit edad4122b0
3 changed files with 16 additions and 3 deletions
Generated
+3 -3
View File
@@ -698,11 +698,11 @@
"nixpkgs": "nixpkgs_7" "nixpkgs": "nixpkgs_7"
}, },
"locked": { "locked": {
"lastModified": 1759724568, "lastModified": 1759965431,
"narHash": "sha256-i/+YcMMMFXeUKWbR683eoxyz+4Jcb01MHVCjj6OHl0Y=", "narHash": "sha256-HvXr+rOkSZeseOYCruuMKMAUedcDkHOuYpFbnlIPs8Y=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "b63e1644c96baaaccb78f8d3101f39fbfee733cb", "rev": "391a133511ad7e09651b9c3939d8cf8d379766b1",
"type": "github" "type": "github"
}, },
"original": { "original": {
+12
View File
@@ -0,0 +1,12 @@
{
lib,
config,
pkgs,
...
}:
{
home.packages = with pkgs; [
blender
prusa-slicer
];
}
+1
View File
@@ -23,6 +23,7 @@
../common/features/xdg.nix ../common/features/xdg.nix
../common/features/bluetooth.nix ../common/features/bluetooth.nix
../common/features/ledger.nix ../common/features/ledger.nix
../common/features/3d.nix
./monitors.nix ./monitors.nix
]; ];