Small QoL changes

This commit is contained in:
Charlotte Van Petegem 2020-02-28 15:53:47 +01:00
parent 4bc551df91
commit 466e853e71
2 changed files with 8 additions and 13 deletions

View file

@ -43,6 +43,8 @@
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = with pkgs; [
htop
inotify-tools
unzip
];
};