chore: fix some outdated todos

This commit is contained in:
matt1432 2024-02-12 09:35:07 -05:00
parent ec1fcb7a37
commit 24b184e347
5 changed files with 3 additions and 40 deletions
common/overlays

View file

@ -1,6 +1,5 @@
{nixpkgs-wayland, ...} @ inputs: [
(import ./dracula-theme inputs)
(import ./plymouth inputs)
(import ./spotifywm inputs)
(import ./squeekboard)

View file

@ -1,6 +0,0 @@
{plymouth-src, ...}: (final: prev: {
plymouth = prev.plymouth.overrideAttrs (o: {
version = plymouth-src.rev;
src = plymouth-src;
});
})