This commit is contained in:
2026-03-04 11:59:06 +01:00
parent d644dda2e9
commit 46a91c5f0a
3 changed files with 5 additions and 15 deletions

View File

@@ -1,5 +1,7 @@
{ ... }: {
flake.nixosModules.base-sys-shellapps = { pkgs, ... }: {
programs.nano.enable = true;
programs.nano.syntaxHighlight = true;
environment.systemPackages = with pkgs; [
wget
git