use upstream noctalia-shell theming

This commit is contained in:
Sean Kovacs 2026-01-19 13:30:34 -05:00
commit 72a9b9e892
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 20 additions and 102 deletions

View file

@ -10,17 +10,6 @@ final: prev: {
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 = [
{