use unstable dae for fix bug and modify some dae config
This commit is contained in:
parent
7871e788aa
commit
1620d6cd44
6 changed files with 18 additions and 6 deletions
9
overlays/modifications/dae.nix
Normal file
9
overlays/modifications/dae.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ inputs, ... }:
|
||||
final: prev:
|
||||
let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
dae = inputs.dae.packages."${system}".dae-unstable;
|
||||
}
|
||||
|
|
@ -7,6 +7,7 @@ let
|
|||
./niri.nix
|
||||
./ghostty.nix
|
||||
./juicity.nix
|
||||
./dae.nix
|
||||
];
|
||||
overlay-list = map (file: import file args) overlay-files;
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue