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 = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
hello
|
hello
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
ZK_NOTEBOOK_DIR = "~/notes";
|
ZK_NOTEBOOK_DIR = "~/notes";
|
||||||
|
@ -35,8 +35,6 @@
|
|||||||
spotify-player
|
spotify-player
|
||||||
neofetch
|
neofetch
|
||||||
jq
|
jq
|
||||||
fzf
|
|
||||||
ripgrep
|
|
||||||
tldr
|
tldr
|
||||||
cowsay
|
cowsay
|
||||||
lazygit
|
lazygit
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
neovim
|
neovim
|
||||||
|
fzf
|
||||||
|
ripgrep
|
||||||
];
|
];
|
||||||
home.file.".config/nvim/" = {
|
home.file.".config/nvim/" = {
|
||||||
source = ./nvim;
|
source = ./nvim;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user