added lots of nice packages
This commit is contained in:
parent
336c146925
commit
e0b1517200
7 changed files with 65 additions and 33 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue