chore(3d): remove 'bambu-studio' package
This commit is contained in:
@@ -17,7 +17,6 @@ in
|
|||||||
config = lib.mkMerge [
|
config = lib.mkMerge [
|
||||||
(lib.mkIf cfg.printing.enable {
|
(lib.mkIf cfg.printing.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bambu-studio
|
|
||||||
orca-slicer
|
orca-slicer
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -73,8 +73,6 @@ in
|
|||||||
allowedTCPPorts = [ 22 ];
|
allowedTCPPorts = [ 22 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.allowedUnfree = [ "bambu-studio" ];
|
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
cpu.intel.updateMicrocode = true;
|
cpu.intel.updateMicrocode = true;
|
||||||
# https://wiki.nixos.org/wiki/Intel_Graphics
|
# https://wiki.nixos.org/wiki/Intel_Graphics
|
||||||
|
|||||||
Reference in New Issue
Block a user