vid user fix

This commit is contained in:
Ivan Dimitrov 2023-11-18 13:19:06 +02:00
parent 400719f68b
commit bde9eba5ce

View File

@ -5,8 +5,6 @@
}; };
vid = home-manager.lib.homeManagerConfiguration { vid = home-manager.lib.homeManagerConfiguration {
inherit pkgs; inherit pkgs;
modules = [ modules = with modules.programs; [ nvim zsh tmux ] ++ [ ./vid ];
./home/vid
];
}; };
} }