From a2f52e8aa4ada033d50d360d97ff3226a6e4d40a Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 2 Dec 2024 14:09:17 +0000 Subject: [PATCH] zenix: add freetube and pipe-operators --- home/programs/graphical.nix | 1 + nixos/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/programs/graphical.nix b/home/programs/graphical.nix index 8215ca1..a53e427 100644 --- a/home/programs/graphical.nix +++ b/home/programs/graphical.nix @@ -22,6 +22,7 @@ # entertainment libsForQt5.kasts shortwave + freetube # other element-desktop-wayland diff --git a/nixos/default.nix b/nixos/default.nix index 554aec0..ee802d7 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -14,7 +14,7 @@ in { nix = { settings = { - experimental-features = ["nix-command" "flakes"]; + experimental-features = ["nix-command" "flakes" "pipe-operators"]; }; settings.trusted-users = ["root" user];