Remove unneeded overlay

This commit is contained in:
asonix 2023-04-06 19:31:42 -05:00
parent 3f6ff3f9a3
commit 25fb99b92e

View file

@ -11,13 +11,6 @@ in
home.username = "asonix";
home.homeDirectory = "/home/asonix";
nixpkgs.overlays = [
(self: super: {
neovim = unstable.neovim;
nextcloud-client = unstable.nextcloud-client;
})
];
home.packages = with pkgs; [
ack
bat
@ -34,13 +27,13 @@ in
freecad
gnome.dconf-editor
# helvum
nextcloud-client
unstable.nextcloud-client
patchage
pavucontrol
tdesktop
vlc
neovim
unstable.neovim
picocom
];