rmeove upstream nvchad flake
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./nvim.nix
|
||||
./zsh
|
||||
./git.nix
|
||||
./fonts.nix
|
||||
|
||||
9
modules/core/nvim.nix
Normal file
9
modules/core/nvim.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
hj.files."./.config/nvim" = {
|
||||
source = builtins.fetchGit {
|
||||
url = "https://git.archfox.org/poslop/nvbad.git";
|
||||
rev = "eab1653d4e3663562c597bab493eeb12d94d905c";
|
||||
};
|
||||
uid = "poslop";
|
||||
};
|
||||
}
|
||||
@@ -1,11 +1,12 @@
|
||||
{ pkgs, username, inputs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.nix4nvchad.packages.${system}.nvchad
|
||||
#inputs.nix4nvchad.packages.${system}.nvchad
|
||||
zsh
|
||||
];
|
||||
|
||||
hjem.users.${username}.packages = with pkgs; [
|
||||
neovim
|
||||
btop
|
||||
curl
|
||||
git
|
||||
|
||||
Reference in New Issue
Block a user