aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-10-22 21:22:07 +0200
committerAdrian Kummerlaender2020-10-22 21:22:07 +0200
commit281ceede3ae981d0c8ce7fd2fe074c3ea3131f91 (patch)
tree2af209274937a3c8337b2c731c8a8aa0488781eb /home.nix
parentad98885cbdbe8b80c9c4bac8c113203f3c75fdea (diff)
downloadnixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar.gz
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar.bz2
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar.lz
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar.xz
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar.zst
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.zip
Switch from full TeX Live to Tectonic for generic TeX environment
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/home.nix b/home.nix
index 40f0a2e..6b5304c 100644
--- a/home.nix
+++ b/home.nix
@@ -81,8 +81,10 @@ in {
};
};
- programs.direnv.enable = true;
- programs.direnv.enableNixDirenvIntegration = true;
+ programs.direnv = {
+ enable = true;
+ enableNixDirenvIntegration = true;
+ };
xdg.mimeApps.enable = true;
}