added home-manager

This commit is contained in:
Alexander Szczepanski
2021-06-10 04:27:18 +02:00
parent 0a085f8895
commit c87a727ced
6 changed files with 252 additions and 94 deletions

View File

@ -1,10 +1,13 @@
{ config, pkgs, lib, ... }:
{
boot.tmpOnTmpfs = true;
environment.systemPackages = with pkgs; [
ack
atop
dfc
git
lsof
glances
home-manager
htop
@ -23,4 +26,10 @@
tree
lm_sensors
];
documentation.enable = false;
documentation.nixos.enable = false;
#documentation.man.enable = false;
documentation.info.enable = false;
documentation.doc.enable = false;
}