From b765ca1558f4ca281bf247595c2a94f353936219 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sat, 11 Jan 2025 23:15:34 -0500 Subject: [PATCH] changes --- justfile | 117 +++++++++++------- .../bitcoin/modules/electrum/default.nix | 16 ++- src/system/modules/nginx/default.nix | 5 +- .../config/nvim/lua/plugins/colorscheme.lua | 5 + 4 files changed, 90 insertions(+), 53 deletions(-) diff --git a/justfile b/justfile index 74b8d02..76ff98e 100644 --- a/justfile +++ b/justfile @@ -36,13 +36,15 @@ out TYPE SYSTEM="desktop": nix build --dry-run .#nixosConfigurations."{{SYSTEM}}".config.system.build.toplevel -L exit 0 else - echo "Error: Unknown argument - '{{SYSTEM}}'" - echo "Use one of:" - echo " desktop" - echo " server" - echo " laptop" - echo " wsl" - echo " vm" + cat <