Switch back to nixpkgs-unstable by default

This commit is contained in:
Oliver Davies 2024-11-12 20:03:29 +00:00
parent 1a081a956b
commit abc0e5d429
6 changed files with 22 additions and 16 deletions
modules
home-manager
nixos/desktop

View file

@ -4,8 +4,6 @@
programs.neovim = {
enable = true;
package = pkgs.unstable.neovim-unwrapped;
plugins = with pkgs.vimPlugins; [
comment-nvim
dial-nvim

View file

@ -3,7 +3,6 @@
{
services.gitea = {
enable = true;
package = pkgs.unstable.gitea;
settings = {
server = {