Skip to content

Instantly share code, notes, and snippets.

@rycee
Created April 10, 2019 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rycee/5beda42c348148393d1b4c80cb59de6f to your computer and use it in GitHub Desktop.
Save rycee/5beda42c348148393d1b4c80cb59de6f to your computer and use it in GitHub Desktop.
{ ... }:
{
environment.systemPackages = with pkgs; [
# networkmanager for wifi
networkmanagerapplet
networkmanager_dmenu
];
networking.networkmanager.enable = true;
home-manager.users.iceypoi = {
home.file = {
".config/networkmanager-dmenu/config.ini".text = ''
[dmenu]
dmenu_command = rofi
rofi_highlight = True
'';
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment