Skip to content

Add flake.nix for nixos#57

Open
benjujo wants to merge 1 commit intoklirichek:masterfrom
benjujo:master
Open

Add flake.nix for nixos#57
benjujo wants to merge 1 commit intoklirichek:masterfrom
benjujo:master

Conversation

@benjujo
Copy link

@benjujo benjujo commented Dec 27, 2025

I make this flake for nixos with flakes support to get the drivers in NixOS system.
It works adding inputs.zj-58.url = github:klirichek/zj-58 to the flake en into the system configuration:

modules = [
  ...
  {
    services.printing = {
      enable = true;
      drivers = [ zj-58.packages.x86_64-linux.default ];
    };
  }
]
``` 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant