From 676b3d367cae54b22316817978d160197cd04cb0 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Tue, 20 Jan 2026 09:24:19 +1000 Subject: [PATCH] support pipe-operators --- hosts/myputer/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index 6986a31..47e8169 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -31,8 +31,9 @@ in { nix.settings = { experimental-features = [ - "nix-command" "flakes" + "nix-command" + "pipe-operators" ]; download-buffer-size = 524288000; # 500 MiB }; @@ -226,9 +227,7 @@ in { home-manager = { users.me = import ../../homes/me; extraSpecialArgs = {inherit inputs pkgs pkgs-unstable;}; - sharedModules = [ - inputs.ags.homeManagerModules.default - ]; + sharedModules = []; }; # ---- ENVIRONMENT VARIABLES ---- @@ -354,6 +353,8 @@ in { viddy # modern `watch` command thefuck + deploy-rs + tesseract # for my work with Agribit # TODO: once upgraded past Nix-24.07 this line won't be necessary (I think) @@ -389,6 +390,7 @@ in { # Games prismlauncher # minecraft + pkgs-unstable.olympus ]; # DEBUG: configuring xdg portal here instead?