moves home-manager to hostname specific configs
This commit is contained in:
4
config/home-manager/packages/server/packages.nix
Normal file
4
config/home-manager/packages/server/packages.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ ];
|
||||
}
|
Reference in New Issue
Block a user