diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-18 12:22:04 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-18 12:22:04 +0530 | 
| commit | fae3bcc8c9a51e5315d01139b3ae39c0178fee6c (patch) | |
| tree | 80efa6743716598789679ad8eece6d575ae7bbf4 /machines | |
| parent | 2ef439d8f512b7293e36ad85b4ffb9709f366dfb (diff) | |
update
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}) [ | 
