nix-config

My personal nixos and home-manager configuration
Log | Files | Refs | README

commit 57af8145b50b5582ceba916a09c54c24fcf5cf98
parent 3f1dbb7d9924b245d309766a2cfd802c45fa940e
Author: benjamin paul <bpaul@bpaul.xyz>
Date:   Sun, 18 Jul 2021 17:35:23 +1000

organize and add latex to laptop profile

Diffstat:
Mhome/profiles/laptop.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/home/profiles/laptop.nix b/home/profiles/laptop.nix @@ -18,9 +18,9 @@ in emacs.enable = true; haskell.enable = true; idris2.enable = true; + latex.enable = true; polybar.enable = true; rofi.enable = true; - zathura.enable = true; xbindkeys.enable = true; xinit = { enable = true; @@ -32,6 +32,7 @@ in exec bspwm ''; }; + zathura.enable = true; home.packages = with pkgs; [ # packages