Compare commits

..

1 commit

Author SHA1 Message Date
c01e18cec4
CI test
All checks were successful
BUILD x86_64-linux.picard
UPLOAD x86_64-linux.picard
DOWNLOAD x86_64-linux.picard
CACHIX x86_64-linux.picard
ATTIC x86_64-linux.picard
EVAL aarch64-linux.sisko
/ test (push) Successful in 14s
2025-05-17 09:43:47 +02:00

View file

@ -18,10 +18,9 @@
nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :(
system.switch.enableNg = true;
environment.systemPackages = with pkgs; [
btop
ncdu
git
environment.systemPackages = [
pkgs.btop
pkgs.ncdu
];
# FIXME not the best place