VY
a list is being assigned to the option config.home-manager.users.vyorkin.home.file.Смотрю в этот файл и вижу следующее
This will soon be an error as type loaOf is deprecated.See https://github.com/NixOS/nixpkgs/pull/63103 for more information.
Do
home-manager.users.vyorkin.home.file = { unnamed = {...}; unnamed = {...}; unnamed = {...}; ... }
instead of
home-manager.users.vyorkin.home.file = [ { name = "unnamed"; ...} { name = "unnamed"; ...} { name = "unnamed"; ...} ... ]
home-manager.users.vyorkin = {Не могу понять что не так
home.file = {
".zshenv" = { source = ./dotfiles/zsh/zshenv; };
".zprofile" = { source = ./dotfiles/zsh/zprofile; };
".zlogin" = { source = ./dotfiles/zsh/zlogin; };
".zlogout" = { source = ./dotfiles/zsh/zlogout; };
".zconfig" = { source = ./dotfiles/zsh/zconfig; };
};
...