From 67a122342154b588b460e8974609d8477229052b Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 18 Apr 2024 13:40:47 -0400 Subject: [PATCH] update --- flake.nix | 2 +- hosts/macbook/configuration.nix | 1 - hosts/macbook/home.nix | 2 -- modules/home-manager/neovim/default.nix | 2 ++ 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 30e676c..b3b9331 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "A simple NixOS flake"; + description = "Michael's Nix Config"; inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix index dadb3b5..8c0062f 100644 --- a/hosts/macbook/configuration.nix +++ b/hosts/macbook/configuration.nix @@ -31,7 +31,6 @@ hello ]; - environment.variables = { EDITOR = "nvim"; ZK_NOTEBOOK_DIR = "~/notes"; diff --git a/hosts/macbook/home.nix b/hosts/macbook/home.nix index de18b15..046fc02 100644 --- a/hosts/macbook/home.nix +++ b/hosts/macbook/home.nix @@ -35,8 +35,6 @@ spotify-player neofetch jq - fzf - ripgrep tldr cowsay lazygit diff --git a/modules/home-manager/neovim/default.nix b/modules/home-manager/neovim/default.nix index d7a2943..54a6816 100644 --- a/modules/home-manager/neovim/default.nix +++ b/modules/home-manager/neovim/default.nix @@ -3,6 +3,8 @@ { home.packages = with pkgs; [ neovim + fzf + ripgrep ]; home.file.".config/nvim/" = { source = ./nvim;