Pass hostName in args, fix Hyprpanel theming, removed unused flake and overlay

This commit is contained in:
2025-04-12 18:51:28 +02:00
parent e3a1dd36d7
commit 00cf2c38f9
7 changed files with 55 additions and 127 deletions

View File

@ -1,9 +1,9 @@
{ common, ... }:
{ hostName, ... }:
{
networking = {
networkmanager.enable = true;
hostName = common.hostname;
inherit hostName;
# wireless.enable = true; # Enables wireless support via wpa_supplicant.
};