support pipe-operators

This commit is contained in:
Emile Clark-Boman 2026-01-20 09:24:19 +10:00
parent 2ef679f30f
commit 676b3d367c

View file

@ -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?