rmeove upstream nvchad flake

This commit is contained in:
2026-01-27 23:51:43 -06:00
parent d66af8be39
commit 4b4e3a95bf
7 changed files with 298 additions and 274 deletions

View File

@@ -1,5 +1,6 @@
{
imports = [
./nvim.nix
./zsh
./git.nix
./fonts.nix

9
modules/core/nvim.nix Normal file
View File

@@ -0,0 +1,9 @@
{
hj.files."./.config/nvim" = {
source = builtins.fetchGit {
url = "https://git.archfox.org/poslop/nvbad.git";
rev = "eab1653d4e3663562c597bab493eeb12d94d905c";
};
uid = "poslop";
};
}

View File

@@ -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