Compare commits
No commits in common. "a79143bac4890b722d646d2169111bee654cb949" and "de8335dcec8105347a8c01fcee5f642aa48ed6c7" have entirely different histories.
a79143bac4
...
de8335dcec
3 changed files with 0 additions and 22 deletions
|
@ -71,7 +71,6 @@ with lib;
|
||||||
tio.enable = true;
|
tio.enable = true;
|
||||||
vscode.enable = true;
|
vscode.enable = true;
|
||||||
waybar.enable = true;
|
waybar.enable = true;
|
||||||
wireshark.enable = true;
|
|
||||||
wofi.enable = true;
|
wofi.enable = true;
|
||||||
#// wpaperd.enable = true;
|
#// wpaperd.enable = true;
|
||||||
})
|
})
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
let
|
|
||||||
cfg = config.custom.programs.wireshark;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.custom.programs.wireshark.enable = mkOption { default = false; };
|
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
# https://gitlab.com/wireshark/wireshark
|
|
||||||
programs.wireshark.enable = true;
|
|
||||||
|
|
||||||
users.users.${config.custom.username}.extraGroups = [ "wireshark" ];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -4,8 +4,4 @@
|
||||||
profile = "desktop"; # Inherit desktop
|
profile = "desktop"; # Inherit desktop
|
||||||
services.auto-cpufreq.enable = true;
|
services.auto-cpufreq.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
#!! Rebuild offline - drastically increases initial download and resulting closure size
|
|
||||||
# https://discourse.nixos.org/t/rebuild-nixos-offline/3679
|
|
||||||
system.includeBuildDependencies = true;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue