diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/d/home.nix | 2 | ||||
| -rw-r--r-- | machines/v/home.nix | 2 | ||||
| -rw-r--r-- | machines/x/home.nix | 2 | 
3 files changed, 4 insertions, 2 deletions
| diff --git a/machines/d/home.nix b/machines/d/home.nix index 4174861..7c0a463 100644 --- a/machines/d/home.nix +++ b/machines/d/home.nix @@ -20,7 +20,7 @@      zip      ccls -    nodePackages.pyright +    pyright      git-lfs    ]; diff --git a/machines/v/home.nix b/machines/v/home.nix index 3564e22..d8a1100 100644 --- a/machines/v/home.nix +++ b/machines/v/home.nix @@ -20,7 +20,7 @@      zip      ccls -    nodePackages.pyright +    pyright      git-lfs    ]; diff --git a/machines/x/home.nix b/machines/x/home.nix index f1008bb..554d074 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -34,6 +34,8 @@ in {      ccls      pyright      git-lfs + +    slides    ] ++ [ tlauncher ];    imports = (map (path: ../../config/${path}) [ | 
