WIP
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user