diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-06 11:13:38 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-06 11:13:38 +0100 |
commit | 420a1e3afb8c3ef4821f34fe8bf4a747e7a9da28 (patch) | |
tree | f46b58b0bcb7a12c41ea06130a02828176e1562a | |
parent | 9f800cefb1f2f98178a0ef664c1dd3277fe47a7f (diff) | |
download | user-config-420a1e3afb8c3ef4821f34fe8bf4a747e7a9da28.tar.gz user-config-420a1e3afb8c3ef4821f34fe8bf4a747e7a9da28.zip |
nixos: add programs
-rw-r--r-- | nixos/common.nix | 2 | ||||
-rw-r--r-- | nixos/icewm.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index dde0f69..dd47080 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -262,6 +262,7 @@ in gimp inkscape krita + ghostscript mupdf llpp xournalpp @@ -274,6 +275,7 @@ in sdrpp qgis virt-manager + tagainijisho (st.overrideAttrs (oldAttrs: rec { patches = [ diff --git a/nixos/icewm.nix b/nixos/icewm.nix index 8be5e89..b76ca89 100644 --- a/nixos/icewm.nix +++ b/nixos/icewm.nix @@ -23,6 +23,7 @@ libreoffice-still pcmanfm xfce.ristretto + xarchiver epdfview leafpad geany |