begone perl

This commit is contained in:
Gerg-L 2025-02-09 16:16:46 -05:00
parent 3003e743fd
commit ad634a2176
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -14,6 +14,7 @@
nix-output-monitor # nom nom nom nom; nix-output-monitor # nom nom nom nom;
nix-tree # view packages nix-tree # view packages
pciutils # lspci pciutils # lspci
nixos-rebuild-ng
; ;
nix-janitor = pkgs.symlinkJoin { nix-janitor = pkgs.symlinkJoin {
name = "nix-janitor"; name = "nix-janitor";
@ -31,6 +32,7 @@
# Mr sandro why # Mr sandro why
services.libinput.enable = true; services.libinput.enable = true;
programs.nano.enable = false; programs.nano.enable = false;
programs.less.enable = false;
environment.defaultPackages = lib.mkForce [ ]; environment.defaultPackages = lib.mkForce [ ];
@ -71,6 +73,8 @@
# Useless with flakes (without configuring) # Useless with flakes (without configuring)
programs.command-not-found.enable = false; programs.command-not-found.enable = false;
system.rebuild.enableNg = true; system.disableInstallerTools = true;
services.userborn.enable = true; services.userborn.enable = true;
boot.enableContainers = false;
} }