This commit is contained in:
Schrottkatze 2026-01-17 15:33:54 +01:00
commit 596b79861e
No known key found for this signature in database
3 changed files with 8 additions and 3 deletions

View file

@ -78,6 +78,7 @@
];
programs = {
wireshark.enable = true;
wireshark.package = pkgs.wireshark-qt;
seahorse.enable = true;
};

View file

@ -1,12 +1,15 @@
upgrade: update build
test:
init-live:
touch ~/.config/niri/live.kdl
test: init-live
sudo nixos-rebuild test --flake . --log-format multiline
build:
build: init-live
sudo nixos-rebuild switch --flake . --log-format multiline
tbuild:
tbuild: init-live
sudo nixos-rebuild switch --flake . --no-reexec --log-format multiline-with-logs --show-trace
update:

View file

@ -30,6 +30,7 @@
pkgs.bemoji
pkgs.librsvg
pkgs.cairo
pkgs.xwayland-satellite
];
services.gpg-agent = {