mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +00:00
417623965e
also change theme to colorscheme
8 lines
155 B
Nix
8 lines
155 B
Nix
{ ... }: {
|
|
|
|
networking.wireless.enable =
|
|
true; # Enables wireless support via wpa_supplicant.
|
|
networking.wireless.userControlled.enable = true;
|
|
|
|
}
|