I am batman
This commit is contained in:
7
pkgs/default.nix
Normal file
7
pkgs/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# SDDM theme packages
|
||||
# These will be overlayed into nixpkgs automatically
|
||||
# Usage: pkgs.sddm-sugar-dark-theme
|
||||
sddm-sugar-dark-theme = pkgs.callPackage ./sddm-themes/sugar-dark.nix { };
|
||||
}
|
||||
Reference in New Issue
Block a user