mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 20:03:12 +00:00
5 lines
87 B
Nix
5 lines
87 B
Nix
{ pkgs, lib, ... }: {
|
|
config = {
|
|
networking.networkmanager.enable = true;
|
|
};
|
|
}
|