Compare commits
No commits in common. "c8e782c47c46b096e07e4a8d1ce630174a2ea733" and "08e93008622e4a0f4f925660dbdaa00ac273a7c6" have entirely different histories.
c8e782c47c
...
08e9300862
2 changed files with 0 additions and 30 deletions
|
|
@ -96,7 +96,6 @@ input "type:touchpad" {
|
|||
accel_profile flat
|
||||
dwt disabled
|
||||
scroll_factor 0.3
|
||||
click_method clickfinger
|
||||
}
|
||||
|
||||
input "1739:0:Synaptics_TM3075-002" {
|
||||
|
|
|
|||
|
|
@ -16,30 +16,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.firejail = {
|
||||
enable = true;
|
||||
wrappedBinaries = {
|
||||
packettracer9 = {
|
||||
executable = lib.getExe pkgs.ciscoPacketTracer9;
|
||||
|
||||
# Will still want a .desktop entry as the package is not directly added
|
||||
desktop = "${pkgs.ciscoPacketTracer9}/share/applications/cisco-packet-tracer-9.desktop";
|
||||
|
||||
extraArgs = [
|
||||
# This should make it run in isolated netns, preventing internet access
|
||||
"--net=none"
|
||||
|
||||
# firejail is only needed for network isolation so no futher profile is needed
|
||||
"--noprofile"
|
||||
|
||||
# Packet tracer doesn't play nice with dark QT themes so this
|
||||
# should unset the theme. Uncomment if you have this issue.
|
||||
''--env=QT_STYLE_OVERRIDE=""''
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.upower.enable = true;
|
||||
services.power-profiles-daemon.enable = true;
|
||||
|
||||
|
|
@ -81,11 +57,6 @@
|
|||
isSystemUser = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ciscoPacketTracer9
|
||||
];
|
||||
|
||||
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest;
|
||||
|
||||
hardware.graphics.extraPackages = with pkgs; [vpl-gpu-rt mesa.opencl libvdpau-va-gl intel-media-driver intel-vaapi-driver libva-vdpau-driver vulkan-validation-layers];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue