Fix double home

This commit is contained in:
Martin Larsson 2025-01-16 22:52:39 +00:00
parent 9d30f58fe9
commit b2be8749ff

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: { { pkgs, ... }: {
home = { home = {
stateVersion = "24.05"; stateVersion = "24.05";
home.packages = with pkgs; [ packages = with pkgs; [
neovim neovim
]; ];
}; };