printing
This commit is contained in:
parent
82f54ad25e
commit
a62b8eda21
|
@ -93,6 +93,8 @@
|
||||||
# "libnvjitlink"
|
# "libnvjitlink"
|
||||||
# "libcusparse"
|
# "libcusparse"
|
||||||
# "libnpp"
|
# "libnpp"
|
||||||
|
|
||||||
|
"cnijfilter2"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,8 @@
|
||||||
allow id 18d1:4ee1 serial "28051FDH200ATC" name "Pixel 7"
|
allow id 18d1:4ee1 serial "28051FDH200ATC" name "Pixel 7"
|
||||||
allow id 2717:ff40 serial "52bb384f0512" name "Redmi 10 2022"
|
allow id 2717:ff40 serial "52bb384f0512" name "Redmi 10 2022"
|
||||||
|
|
||||||
|
|
||||||
|
allow id 04a9:178a serial "G04A4A" name "MG3600 series"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,6 +44,8 @@ in {
|
||||||
enableKwallet = true;
|
enableKwallet = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.printing.drivers = [ pkgs.cnijfilter2 ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Additional system packages here
|
# Additional system packages here
|
||||||
zoxide
|
zoxide
|
||||||
|
|
|
@ -161,6 +161,8 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.printing.drivers = [ pkgs.cnijfilter2 ];
|
||||||
|
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# acceleration = "cuda";
|
# acceleration = "cuda";
|
||||||
|
|
Loading…
Reference in a new issue