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
libsForQt5.kasts
shortwave
freetube
# other
element-desktop-wayland

View file

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