1
Fork 0

Many changes

This commit is contained in:
Matei Adriel 2022-11-01 16:48:18 +01:00
parent 104ae1ec42
commit 7c61e64fa8
14 changed files with 139 additions and 92 deletions
modules/applications

View file

@ -25,6 +25,7 @@
# ./chromium.nix
./vieb.nix
./polybar.nix
./hamachi.nix
];
}

View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
services.logmein-hamachi.enable = true;
home-manager.users.adrielus.home.packages = [
pkgs.logmein-hamachi
pkgs.unstable.haguichi
];
}