Add e-taxes st.gallen
This commit is contained in:
parent
c9f16dff77
commit
1452c2a43d
3 changed files with 32 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, pkgsEtaxesSg, ... }:
|
||||
|
||||
{
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
};
|
||||
|
||||
home = {
|
||||
packages = with pkgs;
|
||||
packages = with pkgsEtaxesSg; with pkgs;
|
||||
[ # Networking
|
||||
unison
|
||||
transmission # GUI Tools, maybe extract...
|
||||
|
@ -65,6 +65,7 @@
|
|||
simple-scan
|
||||
gnome.gnome-online-accounts
|
||||
gnome.gnome-control-center
|
||||
etaxes-ch-sg-2021
|
||||
] ++ [ # Communication
|
||||
signal-desktop
|
||||
tdesktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue