add wireshark
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,6 +6,7 @@ Code/
|
||||
composer/
|
||||
dconf/
|
||||
environment.d/
|
||||
evince/
|
||||
filezilla/
|
||||
forge/
|
||||
gdu/
|
||||
@@ -41,6 +42,8 @@ Vencord/
|
||||
vlc/
|
||||
wal/
|
||||
wallust/
|
||||
wireshark
|
||||
|
||||
kleopatrarc
|
||||
kritadisplayrc
|
||||
kritarc
|
||||
|
||||
@@ -14,7 +14,7 @@ print-at-time=
|
||||
output-bin=FaceUp
|
||||
cover-after=none
|
||||
print-at=now
|
||||
printer=EPSON_L3270_Series
|
||||
printer=EPSON_L3270_Series@EPSOND80395.local
|
||||
cups-cupsPrintQuality=Normal
|
||||
cups-job-sheets=none,none
|
||||
resolution=120
|
||||
@@ -27,8 +27,8 @@ PPDName=A4
|
||||
DisplayName=A4
|
||||
Width=210
|
||||
Height=297
|
||||
MarginTop=3.0000106811523435
|
||||
MarginBottom=2.9999999152289494
|
||||
MarginLeft=2.9999999152289494
|
||||
MarginRight=2.9999891493055553
|
||||
MarginTop=6.3499999999999996
|
||||
MarginBottom=14.224
|
||||
MarginLeft=6.3499999999999996
|
||||
MarginRight=6.3499999999999996
|
||||
Orientation=portrait
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
users.users.lusia = {
|
||||
isNormalUser = true;
|
||||
description = "Lukrecja";
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" "wireshark" ];
|
||||
initialPassword = "pass";
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
@@ -240,6 +240,10 @@
|
||||
gvfs
|
||||
];
|
||||
|
||||
# Enable Wireshark with proper groups
|
||||
programs.wireshark.enable = true;
|
||||
programs.wireshark.package = pkgs.wireshark;
|
||||
|
||||
# Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
@@ -290,7 +294,7 @@
|
||||
# Enable OpenTabletDriver
|
||||
hardware.opentabletdriver.enable = true;
|
||||
hardware.uinput.enable = true;
|
||||
boot.kernelModules = [ "uinput" ];
|
||||
boot.kernelModules = [ "uinput" "usbmon" ];
|
||||
|
||||
# Enable PPD for power options
|
||||
services.power-profiles-daemon.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user