update
This commit is contained in:
parent
c3e6098a9b
commit
67a1223421
@ -1,5 +1,5 @@
|
||||
{
|
||||
description = "A simple NixOS flake";
|
||||
description = "Michael's Nix Config";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
|
@ -31,7 +31,6 @@
|
||||
hello
|
||||
];
|
||||
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
ZK_NOTEBOOK_DIR = "~/notes";
|
||||
|
@ -35,8 +35,6 @@
|
||||
spotify-player
|
||||
neofetch
|
||||
jq
|
||||
fzf
|
||||
ripgrep
|
||||
tldr
|
||||
cowsay
|
||||
lazygit
|
||||
|
@ -3,6 +3,8 @@
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
fzf
|
||||
ripgrep
|
||||
];
|
||||
home.file.".config/nvim/" = {
|
||||
source = ./nvim;
|
||||
|
Loading…
x
Reference in New Issue
Block a user