add do-not-disturb
This commit is contained in:
parent
771a693fe9
commit
70e557af91
10 changed files with 119 additions and 73 deletions
|
@ -1,13 +1,10 @@
|
|||
final: prev: {
|
||||
hedgedoc = prev.hedgedoc.overrideAttrs (old: {
|
||||
# see https://github.com/NixOS/nixpkgs/issues/176127#issuecomment-1146782555
|
||||
preBuild = ''
|
||||
export HOME=$TMPDIR
|
||||
'';
|
||||
});
|
||||
|
||||
discord-canary = prev.discord-canary.override { withOpenASAR = true; };
|
||||
|
||||
# hedgedoc = prev.hedgedoc.overrideAttrs (old: {
|
||||
# # see https://github.com/NixOS/nixpkgs/issues/176127#issuecomment-1146782555
|
||||
# preBuild = ''
|
||||
# export HOME=$TMPDIR
|
||||
# '';
|
||||
# });
|
||||
catppuccin.cursors = prev.callPackage ./catppuccin/cursors { };
|
||||
|
||||
vmagent = prev.callPackage ./vmagent { };
|
||||
|
@ -21,6 +18,7 @@ final: prev: {
|
|||
withDNSCrypt = true;
|
||||
withTFO = true;
|
||||
};
|
||||
|
||||
gitea-agatheme = prev.callPackage ./gitea-agatheme { };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue