mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
5 lines
87 B
Nix
5 lines
87 B
Nix
{ pkgs, lib, ... }: {
|
|
config = {
|
|
networking.networkmanager.enable = true;
|
|
};
|
|
}
|