install printer
This commit is contained in:
parent
c5becb1c14
commit
2a81bbdc89
3 changed files with 295 additions and 3 deletions
|
@ -11,14 +11,17 @@
|
|||
# inputs.hardware.nixosModules.common-cpu-amd
|
||||
# inputs.hardware.nixosModules.common-ssd
|
||||
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
./containers
|
||||
|
||||
# Import common configurations
|
||||
../common/system-tools.nix
|
||||
|
||||
# Import your generated (nixos-generate-config) hardware configuration
|
||||
./hardware-configuration.nix
|
||||
|
||||
# Setup our 3D printer
|
||||
./printer
|
||||
|
||||
# Import our docker containers
|
||||
./containers
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
@ -129,6 +132,12 @@
|
|||
};
|
||||
|
||||
environment = {
|
||||
# Install packages, prefix with 'unstable' to use overlay.
|
||||
systemPackages = with pkgs; [
|
||||
libraspberrypi
|
||||
raspberrypi-eeprom
|
||||
];
|
||||
|
||||
# Completions for system packages
|
||||
pathsToLink = [ "/share/zsh" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue