mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
explicitly use kdepackage
This commit is contained in:
parent
18f89b41a8
commit
08963267d5
3 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
enabled,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
|
@ -25,6 +25,7 @@ let
|
|||
kind ? "braille",
|
||||
}:
|
||||
"[1;3${number}m\n" + runes.${name}.${kind} + "\n[0m";
|
||||
|
||||
cfg = config.oizys.rune;
|
||||
in
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
mkOizysModule config "hp-scanner" {
|
||||
|
||||
environment.systemPackages = [ pkgs.skanpage ];
|
||||
environment.systemPackages = [ pkgs.kdePackages.skanpage ];
|
||||
|
||||
hardware.sane = enabled // {
|
||||
extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
|
|
Loading…
Reference in a new issue