boreal: setup sddm theme module

This commit is contained in:
Antoine Martin 2021-04-22 14:22:55 +02:00
parent ecb72c6900
commit b1e1b0f1dd
7 changed files with 60 additions and 2 deletions

View file

@ -74,6 +74,10 @@
nixpkgs.overlays = [
emacs-overlay.overlay
(self: super: {
packages = import ./pkgs { pkgs = super; };
})
# uncomment this to build everything from scratch, fun but takes a
# while
#