beatific: enable default programs
This commit is contained in:
parent
3a954c35c1
commit
f8e09d26d1
|
@ -25,25 +25,13 @@
|
|||
|
||||
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;
|
||||
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
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux man-pages pv lsof
|
||||
usbutils
|
||||
hdparm sdparm smartmontools gptfdisk gnufdisk
|
||||
dosfstools
|
||||
mkpasswd samba
|
||||
#file-rename
|
||||
rsync
|
||||
rclone gnupg
|
||||
tree
|
||||
exiftool
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue