blanket: ship
turns out it actually is useful, in crowed settings where i can't focus
This commit is contained in:
@@ -284,6 +284,7 @@ in
|
||||
guiBaseApps = declPackageSet [
|
||||
# "abaddon" # discord client
|
||||
"alacritty" # terminal emulator
|
||||
"blanket" # ambient noise generator
|
||||
"calls" # gnome calls (dialer/handler)
|
||||
"dbus"
|
||||
# "dconf" # or use `gsettings`, with its keyfile backend
|
||||
@@ -379,7 +380,6 @@ in
|
||||
"pcTuiApps"
|
||||
####
|
||||
"audacity"
|
||||
# "blanket" # ambient noise generator
|
||||
"brave" # for the integrated wallet -- as a backup
|
||||
# "cantata" # music player (mpd frontend)
|
||||
# "chromium" # chromium takes hours to build. brave is chromium-based, distributed in binary form, so prefer it.
|
||||
|
@@ -178,6 +178,18 @@ in with final; {
|
||||
# shell = runtimeShell;
|
||||
# };
|
||||
|
||||
blanket = prev.blanket.override {
|
||||
blueprint-compiler = wrapBlueprint [
|
||||
buildPackages.gdk-pixbuf
|
||||
buildPackages.glib
|
||||
buildPackages.graphene
|
||||
buildPackages.gtk4
|
||||
buildPackages.harfbuzz
|
||||
buildPackages.libadwaita
|
||||
buildPackages.pango
|
||||
];
|
||||
};
|
||||
|
||||
# 2024/11/19: upstreaming is unblocked
|
||||
delfin = (prev.delfin.override {
|
||||
cargo = crossCargo;
|
||||
|
Reference in New Issue
Block a user