diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-08-26 02:27:02 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-08-26 02:27:02 +0530 |
| commit | 9059d75874cdb0006ee4c1d39f8276aa9004be9a (patch) | |
| tree | 3a4b748999a04f5c663db4f50dca2ab207296bb7 /common/packages/default.nix | |
| parent | ffafb880359009613864c176010c94aa7b11adc7 (diff) | |
nordwand-mono font and some small bixes
Diffstat (limited to 'common/packages/default.nix')
| -rw-r--r-- | common/packages/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/packages/default.nix b/common/packages/default.nix index d2b5ce6..0a6257e 100644 --- a/common/packages/default.nix +++ b/common/packages/default.nix @@ -1,5 +1,6 @@ { ... }: { perSystem = { pkgs, ... }: { packages.iosevka-input = import ./iosevka-input.nix { inherit pkgs; }; + packages.nordwandMono = import ./nordwand-mono.nix { inherit pkgs; }; }; } |
