move custom noctalia shell to packages/
This commit is contained in:
parent
96a0745a6d
commit
99e8b1ae67
3 changed files with 98 additions and 76 deletions
|
|
@ -1,13 +1,26 @@
|
|||
final: prev: {
|
||||
spotify-webapp = final.callPackage ./spotify-webapp {};
|
||||
|
||||
catppuccin-discord = final.callPackage ./catppuccin-discord {
|
||||
inherit (final) catppuccin-discord-git;
|
||||
};
|
||||
|
||||
openmw = final.callPackage ./openmw {
|
||||
openmw = prev.openmw;
|
||||
inherit (final) openmw-git;
|
||||
};
|
||||
|
||||
# Noctalia shell is parameterized by catppuccin theme, so we create a function
|
||||
# that home-manager configs can call with their specific theme settings
|
||||
mkNoctaliaShellCustom = {
|
||||
catppuccin-flavor,
|
||||
catppuccin-accent,
|
||||
}:
|
||||
final.callPackage ./noctalia-shell {
|
||||
noctalia-shell = final.noctalia-shell;
|
||||
inherit catppuccin-flavor catppuccin-accent;
|
||||
};
|
||||
|
||||
linuxPackages_asahi = prev.linuxPackages_asahi.override {
|
||||
_kernelPatches = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue