use upstream noctalia-shell theming
This commit is contained in:
parent
e228035134
commit
72a9b9e892
3 changed files with 20 additions and 102 deletions
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue