mirror of
https://codeberg.org/muon/home.git
synced 2026-03-10 12:23:13 +00:00
3 lines
67 B
Nix
3 lines
67 B
Nix
{ pkgs, lib, ... }: {
|
|
networking.networkmanager.enable = true;
|
|
}
|