summaryrefslogtreecommitdiff
path: root/hm/soft
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft')
-rw-r--r--hm/soft/chat.nix1
-rw-r--r--hm/soft/nixvim/nixvim.nix2
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;