diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-04T17·14-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-04T17·14-0400 |
commit | 7ff91eb99a77364e1404a11c4ae1d34101138736 (patch) | |
tree | df1fbda9761d2240db1d58446f11145e00e2fc41 /home/home.nix | |
parent | 46cd32c557128cea69ff9a2d7c9efe425d0063a0 (diff) |
Break fonts out into their own module
More will go here
Diffstat (limited to 'home/home.nix')
-rw-r--r-- | home/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix index 8a6704ecc8e1..42f155362e98 100644 --- a/home/home.nix +++ b/home/home.nix @@ -4,6 +4,8 @@ let machine = ./machines/chupacabra.nix; in { imports = [ ./modules/alacritty.nix + ./modules/alsi.nix + ./modules/development.nix ./modules/emacs.nix ./modules/email.nix ./modules/firefox.nix |