support pipe-operators
This commit is contained in:
parent
2ef679f30f
commit
676b3d367c
1 changed files with 6 additions and 4 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue