zenix: add freetube and pipe-operators

This commit is contained in:
tristan 2024-12-02 14:09:17 +00:00
parent 80e205669b
commit a2f52e8aa4
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@
# entertainment # entertainment
libsForQt5.kasts libsForQt5.kasts
shortwave shortwave
freetube
# other # other
element-desktop-wayland element-desktop-wayland

View file

@ -14,7 +14,7 @@ in {
nix = { nix = {
settings = { settings = {
experimental-features = ["nix-command" "flakes"]; experimental-features = ["nix-command" "flakes" "pipe-operators"];
}; };
settings.trusted-users = ["root" user]; settings.trusted-users = ["root" user];