Skip to content

Commit

Permalink
re-revert fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
anthr76 authored Apr 8, 2024
1 parent 2debc70 commit 34f82e8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions modules/home-manager/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
let
modulesPerFile = {
fonts = import ./fonts.nix;
};

default = { ... }: {
imports = builtins.attrValues modulesPerFile;
};
in
modulesPerFile // { inherit default; }
{
fonts = fonts.nix;
}

0 comments on commit 34f82e8

Please sign in to comment.