diff options
| author | adikro <adikro@disroot.org> | 2026-05-16 18:27:36 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-05-16 18:27:36 +0200 |
| commit | abe5d2534bfb12f5f0d2695975a34fee229531cf (patch) | |
| tree | aa38efd0f9a6f89d1c8d9c013b30d9164e563139 /hm | |
| parent | 31c293d72740180ca1272c76e96a1c6c87b9e195 (diff) | |
added SLS steam
Diffstat (limited to 'hm')
| -rw-r--r-- | hm/soft/chat.nix | 1 | ||||
| -rw-r--r-- | hm/soft/nixvim/nixvim.nix | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/hm/soft/chat.nix b/hm/soft/chat.nix index 5d3d2fc..57cd6f7 100644 --- a/hm/soft/chat.nix +++ b/hm/soft/chat.nix @@ -14,6 +14,7 @@ in signal-desktop equibop gajim + element-desktop ]; }; } diff --git a/hm/soft/nixvim/nixvim.nix b/hm/soft/nixvim/nixvim.nix index 65de006..efd348e 100644 --- a/hm/soft/nixvim/nixvim.nix +++ b/hm/soft/nixvim/nixvim.nix @@ -2,7 +2,6 @@ inputs, config, lib, - pkgs, ... }: let @@ -17,7 +16,6 @@ in programs.nixvim = { diagnostics.virtual_text = false; enable = true; - package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default; vimAlias = true; defaultEditor = true; |
