Compare commits

..

2 Commits

Author SHA1 Message Date
6be4358695 os and hm update 2026-01-05 00:03:18 +01:00
20559179a7 add wireshark 2026-01-05 00:00:27 +01:00
6 changed files with 40 additions and 31 deletions

3
.gitignore vendored
View File

@@ -6,6 +6,7 @@ Code/
composer/ composer/
dconf/ dconf/
environment.d/ environment.d/
evince/
filezilla/ filezilla/
forge/ forge/
gdu/ gdu/
@@ -41,6 +42,8 @@ Vencord/
vlc/ vlc/
wal/ wal/
wallust/ wallust/
wireshark
kleopatrarc kleopatrarc
kritadisplayrc kritadisplayrc
kritarc kritarc

View File

@@ -14,7 +14,7 @@ print-at-time=
output-bin=FaceUp output-bin=FaceUp
cover-after=none cover-after=none
print-at=now print-at=now
printer=EPSON_L3270_Series printer=EPSON_L3270_Series@EPSOND80395.local
cups-cupsPrintQuality=Normal cups-cupsPrintQuality=Normal
cups-job-sheets=none,none cups-job-sheets=none,none
resolution=120 resolution=120
@@ -27,8 +27,8 @@ PPDName=A4
DisplayName=A4 DisplayName=A4
Width=210 Width=210
Height=297 Height=297
MarginTop=3.0000106811523435 MarginTop=6.3499999999999996
MarginBottom=2.9999999152289494 MarginBottom=14.224
MarginLeft=2.9999999152289494 MarginLeft=6.3499999999999996
MarginRight=2.9999891493055553 MarginRight=6.3499999999999996
Orientation=portrait Orientation=portrait

View File

@@ -147,11 +147,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1767437240, "lastModified": 1767556355,
"narHash": "sha256-OA0dBHhccdupFXp+/eaFfb8K1dQxk61in4aF5ITGVX8=", "narHash": "sha256-RDTUBDQBi9D4eD9iJQWtUDN/13MDLX+KmE+TwwNUp2s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1cfa305fba94468f665de1bd1b62dddf2e0cb012", "rev": "f894bc4ffde179d178d8deb374fcf9855d1a82b7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -183,11 +183,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1767461490, "lastModified": 1767566364,
"narHash": "sha256-X8GbRauDa4Tw/+gkymLe4V1+ZGy/b4IHuuhCY/OiYcQ=", "narHash": "sha256-k91i44DrF/ZwTneaDX49qbKzvd99aEbr0jcsSvonjXk=",
"owner": "noctalia-dev", "owner": "noctalia-dev",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"rev": "3c80d87beeecaa6900573ed2435b90378b60d02d", "rev": "568e2c0b6b068bb73c8d93da4c08a8a889bdc347",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -258,11 +258,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1767408057, "lastModified": 1767495280,
"narHash": "sha256-0TD2PNTt6olOonFgcvZJcNGiU3x5cX+RMzrfWfHB9Jw=", "narHash": "sha256-hEEgtE/RSRigw8xscchGymf/t1nluZwTfru4QF6O1CQ=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "294198315a13d6d130565ad08e97685df7b0d458", "rev": "cb24c5cc207ba8e9a4ce245eedd2d37c3a988bc1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -292,11 +292,11 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1767397606, "lastModified": 1767559556,
"narHash": "sha256-QA1d/6XzxK3lsMiJ+xiJf340cpNeJs/xIM6D0/yLqs4=", "narHash": "sha256-Pf1d9Hh9UUQ/oS+evq6dU0MiaDczXXNztTlQekaMbW0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "stylix", "repo": "stylix",
"rev": "6850ad2e9f3f7ff6116e9e6fb73a9cca2d9b1a35", "rev": "b135edbdd403896d1ef507934c045f716deb5609",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -191,7 +191,7 @@
users.users.lusia = { users.users.lusia = {
isNormalUser = true; isNormalUser = true;
description = "Lukrecja"; description = "Lukrecja";
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" ]; extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" "wireshark" ];
initialPassword = "pass"; initialPassword = "pass";
shell = pkgs.fish; shell = pkgs.fish;
}; };
@@ -240,6 +240,10 @@
gvfs gvfs
]; ];
# Enable Wireshark with proper groups
programs.wireshark.enable = true;
programs.wireshark.package = pkgs.wireshark;
# Fonts # Fonts
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
noto-fonts noto-fonts
@@ -290,7 +294,7 @@
# Enable OpenTabletDriver # Enable OpenTabletDriver
hardware.opentabletdriver.enable = true; hardware.opentabletdriver.enable = true;
hardware.uinput.enable = true; hardware.uinput.enable = true;
boot.kernelModules = [ "uinput" ]; boot.kernelModules = [ "uinput" "usbmon" ];
# Enable PPD for power options # Enable PPD for power options
services.power-profiles-daemon.enable = true; services.power-profiles-daemon.enable = true;

12
nixos/flake.lock generated
View File

@@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1767104570, "lastModified": 1767556355,
"narHash": "sha256-GKgwu5//R+cLdKysZjGqvUEEOGXXLdt93sNXeb2M/Lk=", "narHash": "sha256-RDTUBDQBi9D4eD9iJQWtUDN/13MDLX+KmE+TwwNUp2s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e4e78a2cbeaddd07ab7238971b16468cc1d14daf", "rev": "f894bc4ffde179d178d8deb374fcf9855d1a82b7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -35,11 +35,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1767047869, "lastModified": 1767480499,
"narHash": "sha256-tzYsEzXEVa7op1LTnrLSiPGrcCY6948iD0EcNLWcmzo=", "narHash": "sha256-8IQQUorUGiSmFaPnLSo2+T+rjHtiNWc+OAzeHck7N48=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "89dbf01df72eb5ebe3b24a86334b12c27d68016a", "rev": "30a3c519afcf3f99e2c6df3b359aec5692054d92",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -11,6 +11,7 @@
"position": "center", "position": "center",
"screenshotAnnotationTool": "", "screenshotAnnotationTool": "",
"showCategories": true, "showCategories": true,
"showIconBackground": true,
"sortByMostUsed": true, "sortByMostUsed": true,
"terminalCommand": "kitty -e", "terminalCommand": "kitty -e",
"useApp2Unit": false, "useApp2Unit": false,
@@ -124,10 +125,6 @@
"showPowerProfiles": false, "showPowerProfiles": false,
"warningThreshold": 30 "warningThreshold": 30
}, },
{
"displayMode": "onhover",
"id": "WiFi"
},
{ {
"displayMode": "onhover", "displayMode": "onhover",
"id": "Bluetooth" "id": "Bluetooth"
@@ -486,18 +483,23 @@
"walker": false, "walker": false,
"wezterm": false, "wezterm": false,
"yazi": false, "yazi": false,
"zed": false "zed": false,
"zenBrowser": false
}, },
"ui": { "ui": {
"bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": false,
"boxBorderEnabled": false, "boxBorderEnabled": false,
"fontDefault": "Roboto", "fontDefault": "Roboto",
"fontDefaultScale": 0.9, "fontDefaultScale": 0.9,
"fontFixed": "DejaVu Sans Mono", "fontFixed": "DejaVu Sans Mono",
"fontFixedScale": 0.8, "fontFixedScale": 0.8,
"networkPanelView": "wifi",
"panelBackgroundOpacity": 0.4, "panelBackgroundOpacity": 0.4,
"panelsAttachedToBar": true, "panelsAttachedToBar": true,
"settingsPanelMode": "centered", "settingsPanelMode": "centered",
"tooltipsEnabled": true "tooltipsEnabled": true,
"wifiDetailsViewMode": "grid"
}, },
"wallpaper": { "wallpaper": {
"directory": "/home/lusia/Pictures/Wallpapers", "directory": "/home/lusia/Pictures/Wallpapers",