chore(deps): nixos 24.11 for dragon

This commit is contained in:
Florian Schmitt 2024-12-03 12:23:25 +03:00
parent 789b096077
commit 096313cb82
4 changed files with 96 additions and 107 deletions

View file

@ -1,12 +1,5 @@
# cli programs should be available on servers and desktop
{ config, pkgs, ... }:
let
unstable =
import
(builtins.fetchTarball "https://github.com/nixos/nixpkgs/tarball/7afa2c97ebb0585d00c64c112344483e89e00545")
# reuse the current configuration
{ config = config.nixpkgs.config; };
in
{
programs.zsh.enable = true;
programs.fzf = {
@ -14,13 +7,13 @@ in
keybindings = true;
};
# programs.neovim = {
# enable = true;
# defaultEditor = true;
# package = unstable.neovim;
# viAlias = true;
# vimAlias = true;
# };
# programs.neovim = {
# enable = true;
# defaultEditor = true;
# package = pkgs.neovim;
# viAlias = true;
# vimAlias = true;
#};
# List packages installed in system profile. To search, run:
# $ nix search wget
@ -58,7 +51,7 @@ in
mpv
neofetch
nixd
unstable.neovim
neovim
ollama
pandoc
pass