about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-02-16 00:57:30 +0100
committerGitHub <noreply@github.com>2022-02-16 00:57:30 +0100
commitc374a5dd496f0acb95ab44fe54241195ea6b55b9 (patch)
treedf417ca7d2ec76cfaf5d68994252224e3c289c18 /pkgs/top-level
parenta6d259faf34b251fa3d29ec1e1d9f154f564268f (diff)
parentfa0e7ec94400969679cf98099df2622f61732fdf (diff)
Merge pull request #157436 from pasqui23/artim
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 2745bbbf14beb..6e6ff11c352ae 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -4350,6 +4350,8 @@ with pkgs;
     inherit (pkgs.darwin.apple_sdk.frameworks) PCSC;
   };
 
+  artim-dark = callPackage ../data/themes/artim-dark {};
+
   bore = callPackage ../tools/networking/bore {
     inherit (darwin) Libsystem;
     inherit (darwin.apple_sdk.frameworks) SystemConfiguration;