Install dzgui
This commit is contained in:
parent
25224abafb
commit
c9802da2da
3 changed files with 9 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
(inputs@{ system, ... }:
|
||||
(inputs@{ system, packages, ... }:
|
||||
{ pkgs, ... }: {
|
||||
nixpkgs.overlays = [
|
||||
inputs.nur.overlay
|
||||
|
@ -9,6 +9,7 @@
|
|||
})
|
||||
(import ./sixel-patches.nix (inputs // { inherit pkgs; }))
|
||||
(final: prev: {
|
||||
inherit (packages) dzgui;
|
||||
plymouth-theme-red = (import ./plymouth-theme-red.nix (inputs // { inherit pkgs; }));
|
||||
uservars = import ../user/variables.nix;
|
||||
dhist = inputs.dhist.packages.${system}.dhist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue