Many changes
This commit is contained in:
parent
104ae1ec42
commit
7c61e64fa8
14 changed files with 139 additions and 92 deletions
modules/applications
|
@ -25,6 +25,7 @@
|
|||
# ./chromium.nix
|
||||
./vieb.nix
|
||||
./polybar.nix
|
||||
./hamachi.nix
|
||||
];
|
||||
}
|
||||
|
||||
|
|
7
modules/applications/hamachi.nix
Normal file
7
modules/applications/hamachi.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
services.logmein-hamachi.enable = true;
|
||||
home-manager.users.adrielus.home.packages = [
|
||||
pkgs.logmein-hamachi
|
||||
pkgs.unstable.haguichi
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue