Move monospace fonts into a theme

This commit is contained in:
Oliver Davies 2024-03-17 00:27:24 +00:00
parent 384da2a640
commit 5e5e46922c
4 changed files with 43 additions and 17 deletions

View file

@ -5,7 +5,7 @@
}: {
desktop ? false,
}: let
configuration = import ./configuration.nix {inherit desktop inputs;};
configuration = import ./configuration.nix {inherit desktop inputs self;};
hardwareConfiguration = import ./hardware-configuration.nix;
in
inputs.nixpkgs.lib.nixosSystem {