update homemanager settings

This commit is contained in:
christoph.hollizeck 2024-03-26 22:33:14 +01:00
parent d54011473d
commit 2697a0ef48

View file

@ -2,23 +2,20 @@
lib,
pkgs,
config,
osConfig ? {},
format ? "unknown",
...
}:
# User information gathered by Snowfall Lib is available.
let
name = config.snowfallorg.user.name;
home = config.snowfallorg.user.home.directory;
in {
home = {
packages = with pkgs; [neovim];
sessionVariables = {EDITOR = "nvim";};
shellAliases = {
vim = "nvim";
vimdiff = "nvim -d";
with lib.wyrdgard; {
wyrdgard = {
apps.cli-apps = {
fish = enabled;
home-manager = enabled;
};
stateVersion = "23.11";
tools = {
git = enabled;
direnv = enabled;
};
};
}