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