✨ Pass hostName in args, fix Hyprpanel theming, removed unused flake and overlay
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
{ common, ... }:
|
||||
{ hostName, ... }:
|
||||
|
||||
{
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
hostName = common.hostname;
|
||||
inherit hostName;
|
||||
# wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user