build error
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
|
config,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
nvf = import (builtins.fetchTarball {
|
nvf = import (builtins.fetchTarball {
|
||||||
url = "https://github.com/notashelf/nvf/archive/v0.7.tar.gz";
|
url = "https://github.com/notashelf/nvf/archive/v0.8.tar.gz";
|
||||||
# Optionally, you can add 'sha256' for verification and caching
|
# Optionally, you can add 'sha256' for verification and caching
|
||||||
# sha256 = "<sha256>";
|
# sha256 = "<sha256>";
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ in {
|
|||||||
(import ./zsh.nix {inherit pkgs user;})
|
(import ./zsh.nix {inherit pkgs user;})
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
(import ./packages.nix {inherit pkgs user;})
|
(import ./packages.nix {inherit pkgs user;})
|
||||||
|
./nvim.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Define user account and dont forget to set a password with 'passwd'
|
# Define user account and dont forget to set a password with 'passwd'
|
||||||
|
|||||||
Reference in New Issue
Block a user