9 lines
81 B
Nix
9 lines
81 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
with lib;
|
|
{
|
|
|
|
#networking.wicd.enable = true;
|
|
|
|
}
|