[NixOS] Add quill-qr
This commit is contained in:
parent
c8ad9de976
commit
5123d327c2
@ -6,5 +6,6 @@
|
||||
./base.nix
|
||||
./code.nix
|
||||
./essential-no-arm.nix
|
||||
./internet-computer.nix
|
||||
];
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# ic-keysmith
|
||||
# quill
|
||||
ic-keysmith
|
||||
quill
|
||||
quill-qr
|
||||
];
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
imports = [
|
||||
../raspberry-pi.nix
|
||||
../jellyfin.nix
|
||||
|
||||
# ../internet-computer.nix
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user