blanket: ship

turns out it actually is useful, in crowed settings where i can't focus
This commit is contained in:
2025-01-31 06:56:23 +00:00
parent 6ba9743f05
commit 6d5c75b38c
2 changed files with 13 additions and 1 deletions

View File

@@ -284,6 +284,7 @@ in
guiBaseApps = declPackageSet [ guiBaseApps = declPackageSet [
# "abaddon" # discord client # "abaddon" # discord client
"alacritty" # terminal emulator "alacritty" # terminal emulator
"blanket" # ambient noise generator
"calls" # gnome calls (dialer/handler) "calls" # gnome calls (dialer/handler)
"dbus" "dbus"
# "dconf" # or use `gsettings`, with its keyfile backend # "dconf" # or use `gsettings`, with its keyfile backend
@@ -379,7 +380,6 @@ in
"pcTuiApps" "pcTuiApps"
#### ####
"audacity" "audacity"
# "blanket" # ambient noise generator
"brave" # for the integrated wallet -- as a backup "brave" # for the integrated wallet -- as a backup
# "cantata" # music player (mpd frontend) # "cantata" # music player (mpd frontend)
# "chromium" # chromium takes hours to build. brave is chromium-based, distributed in binary form, so prefer it. # "chromium" # chromium takes hours to build. brave is chromium-based, distributed in binary form, so prefer it.

View File

@@ -178,6 +178,18 @@ in with final; {
# shell = runtimeShell; # 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 # 2024/11/19: upstreaming is unblocked
delfin = (prev.delfin.override { delfin = (prev.delfin.override {
cargo = crossCargo; cargo = crossCargo;