1
1
Fork 0

beatific: enable default programs

This commit is contained in:
Tim Van Baak 2023-12-27 05:17:57 +00:00
parent 3a954c35c1
commit f8e09d26d1
1 changed files with 2 additions and 14 deletions

View File

@ -25,25 +25,13 @@
swapDevices = [ { device = "/swap"; size = 1024; } ]; swapDevices = [ { device = "/swap"; size = 1024; } ];
beatific.defaults.programs = false; # Disabled until I know the flask-python env isn't necessary for something environment.systemPackages = with pkgs; [
environment.systemPackages = with pkgs; tmux man-pages pv lsof
let
py3-packages = python-packages: with python-packages; [
flask
];
py3-with-packages = python3.withPackages py3-packages;
in [
wget vim curl git htop bash tmux psmisc man-pages pv lsof
zip unzip
py3-with-packages
usbutils usbutils
hdparm sdparm smartmontools gptfdisk gnufdisk hdparm sdparm smartmontools gptfdisk gnufdisk
dosfstools dosfstools
mkpasswd samba mkpasswd samba
#file-rename
rsync
rclone gnupg rclone gnupg
tree
exiftool exiftool
]; ];