take care of nix warnings
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{ lib, ... }:
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
|
||||
programs.zsh = {
|
||||
|
||||
enable = true;
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
(lib.mkIf config.programs.wireshark.enable "wireshark")
|
||||
(lib.mkIf config.virtualisation.docker.enable "docker")
|
||||
(lib.mkIf (with config.services.locate; (enable && package == pkgs.plocate)) "plocate")
|
||||
(lib.mkIf config.networking.wireless.enable "wpa_supplicant")
|
||||
"libvirtd"
|
||||
"dialout"
|
||||
"plugdev"
|
||||
|
||||
Reference in New Issue
Block a user