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];