refactor(repo): change a bunch of everything
This commit is contained in:
parent
81f367e3aa
commit
81bee82c34
26 changed files with 352 additions and 127 deletions
15
packages/nicotine-plus-libadwaita/default.nix
Normal file
15
packages/nicotine-plus-libadwaita/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
symlinkJoin,
|
||||
nicotine-plus,
|
||||
makeWrapper,
|
||||
...
|
||||
}:
|
||||
symlinkJoin {
|
||||
name = "nicotine";
|
||||
paths = [nicotine-plus];
|
||||
nativeBuildInputs = [makeWrapper];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/nicotine \
|
||||
--set-default NICOTINE_LIBADWAITA 1
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue