This commit is contained in:
biscuit
2025-05-13 09:38:18 -05:00
parent 6f6145f1c0
commit 904529022f
8 changed files with 63 additions and 119 deletions
+8 -8
View File
@@ -52,8 +52,8 @@
vim # Default editor
wget
git
neovim
home-manager
# neovim
];
# Enable the OpenSSH daemon.
@@ -61,13 +61,13 @@
# Enable experimental features
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs = {
overlays = [
(final: prev: {
nvchad = inputs.nvchad4nix.packages.${pkgs.system}.nvchad;
})
];
};
#nixpkgs = {
# overlays = [
# (final: prev: {
# nvchad = inputs.nvchad4nix.packages.${pkgs.system}.nvchad;
#})
#];
#};
# System state version
system.stateVersion = "24.11"; # Ensure this matches your NixOS version
}