From 244d09e8ea68f986490ba0aaba810cdb570b726b Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Tue, 24 Mar 2026 19:00:47 +0100 Subject: [PATCH] bygg paket --- modules/base.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/base.nix b/modules/base.nix index 1167d30..9465345 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -88,6 +88,7 @@ curl eza fzf + ripgrep neovim odt2txt openssl @@ -97,6 +98,19 @@ wget zsh killall + + nil + + gcc + clang + gnumake + cmake + ninja + pkg-config + binutils + gdb + nodejs + rustup ]; security.sudo.wheelNeedsPassword = true;