added lots of nice packages

This commit is contained in:
fwastring 2025-06-08 11:07:24 +02:00
parent 336c146925
commit e0b1517200
7 changed files with 65 additions and 33 deletions

View file

@ -8,6 +8,15 @@
myhostname,
...
}: {
services.udev = {
extraRules = ''
KERNEL=="ttyACM0", MODE:="666"
'';
packages = with pkgs; [
vial
via
];
};
environment.systemPackages = with pkgs; [
unstable.feishin
@ -16,7 +25,6 @@
unstable.signal-desktop
pinta
zathura
vial
thunderbird
lazygit
byzanz
@ -32,5 +40,9 @@
pandoc
texliveFull
mpv
qutebrowser
bitwarden-cli
rofi
bitwarden-menu
];
}