Fix so programs isn't inside home

This commit is contained in:
Martin Larsson 2025-01-16 23:29:35 +00:00
parent 8aecd29d58
commit 9a0e018b18

View file

@ -1,11 +1,11 @@
{ pkgs, ... }: { { pkgs, ... }: {
home = {
stateVersion = "24.05";
programs = { programs = {
zsh = { zsh = {
enable = true; enable = true;
}; };
}; };
home = {
stateVersion = "24.05";
packages = with pkgs; [ packages = with pkgs; [
neovim neovim
fzf fzf