overlays/dix: drop

This commit is contained in:
Primrose 2026-01-11 15:30:42 +01:00
parent cdfe147f81
commit e47ae2d648
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 0 additions and 7 deletions

View file

@ -54,7 +54,6 @@ in
../overlays/wired-notify.nix ../overlays/wired-notify.nix
../overlays/wallpapers.nix ../overlays/wallpapers.nix
../overlays/nil.nix ../overlays/nil.nix
../overlays/dix.nix
../overlays/eepy.nix ../overlays/eepy.nix
../overlays/calibre-no-mime.nix ../overlays/calibre-no-mime.nix
../overlays/fcitx5-table-extra-taiwanese.nix ../overlays/fcitx5-table-extra-taiwanese.nix

View file

@ -1,6 +0,0 @@
let
sources = import ../../npins;
in
final: _: {
dix = sources.dix.asFlake.packages.${final.stdenv.hostPlatform.system}.default;
}