feat: install a couple more programs
This commit is contained in:
parent
6dc175941e
commit
5845bbb111
|
@ -1,9 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
logisim # required for outdated projects
|
||||
libreoffice
|
||||
obsidian
|
||||
x2goclient
|
||||
zathura
|
||||
zoom-us
|
||||
]
|
||||
++ (with unstable.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue