about summary refs log tree commit diff
path: root/home/home.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-04T17·14-0400
committerGriffin Smith <root@gws.fyi>2020-05-04T17·14-0400
commit7ff91eb99a77364e1404a11c4ae1d34101138736 (patch)
treedf1fbda9761d2240db1d58446f11145e00e2fc41 /home/home.nix
parent46cd32c557128cea69ff9a2d7c9efe425d0063a0 (diff)
Break fonts out into their own module
More will go here
Diffstat (limited to 'home/home.nix')
-rw-r--r--home/home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix
index 8a6704ecc8..42f155362e 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