1
Fork 0

feat: sddm

This commit is contained in:
Matei Adriel 2022-03-09 21:36:48 +02:00
parent b8768f5626
commit 18c51ecc13
4 changed files with 57 additions and 10 deletions
modules/overlays

View file

@ -14,6 +14,7 @@
, vim-extra-plugins
, vim-plugin-arpeggio
, telescope-file-browser-nvim
, sddm-theme-chili
, ...
}: self: super:
# installs a vim plugin from git with a given tag / branch
@ -67,4 +68,6 @@ in
arpeggio = plugin "arpeggio" vim-plugin-arpeggio;
};
sddm-theme-chili = sddm-theme-chili;
}