add noctalia
This commit is contained in:
parent
fcac084248
commit
9ee186f340
11 changed files with 759 additions and 12 deletions
|
|
@ -24,6 +24,10 @@ final: prev: {
|
|||
inherit helium-widevine;
|
||||
};
|
||||
|
||||
noctalia-shell-custom = prev.callPackage (builtins.path {
|
||||
path = ./noctalia-shell-custom/package.nix;
|
||||
}) { };
|
||||
|
||||
spotifyd = prev.callPackage (builtins.path { path = ./spotifyd/package.nix; }) { };
|
||||
|
||||
widevine-firefox = prev.callPackage (builtins.path { path = ./widevine-firefox/package.nix; }) { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue