enable wireshark, firmware update manager and some tools
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
./modules/graphical/plasma.nix
|
||||
./modules/graphical/shared.nix
|
||||
./modules/hardware/ssd.nix
|
||||
./modules/hardware/firmware.nix
|
||||
./modules/nix/settings.nix
|
||||
./modules/nix/index.nix
|
||||
./modules/nix/ld.nix
|
||||
@@ -107,6 +108,7 @@
|
||||
./modules/noise-supression.nix
|
||||
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
|
||||
./modules/wooting.nix
|
||||
./modules/wireshark.nix
|
||||
./modules/tmpfs.nix
|
||||
./modules/support/ntfs.nix
|
||||
./systems/pc/configuration.nix
|
||||
|
||||
@@ -79,6 +79,8 @@ in
|
||||
unstable.libreoffice-fresh
|
||||
mangohud
|
||||
screenshot
|
||||
glxinfo
|
||||
vulkan-tools
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
|
||||
3
modules/hardware/firmware.nix
Normal file
3
modules/hardware/firmware.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
services.fwupd.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user