Updated mosquitto and formatted files

This commit is contained in:
Vivian 2021-10-25 12:50:04 +02:00
parent 846e8dbafc
commit ce8a5a76f5
15 changed files with 116 additions and 145 deletions

View file

@ -55,13 +55,5 @@
};
# Setup packages available everywhere
environment.systemPackages = with pkgs; [
fzf
git
htop
rsync
ripgrep
vim
zoxide
];
environment.systemPackages = with pkgs; [ fzf git htop rsync ripgrep vim zoxide ];
}