adjusted workvm configuration

This commit is contained in:
christoph.hollizeck 2024-03-26 22:05:03 +01:00
parent 48483e06b5
commit 381b800063
36 changed files with 466 additions and 326 deletions

View file

@ -1,18 +1,18 @@
{ lib
, pkgs
, config
, ...
{
lib,
pkgs,
config,
...
}:
# User information gathered by Snowfall Lib is available.
let
name = config.snowfallorg.user.name;
home = config.snowfallorg.user.home.directory;
in
{
in {
home = {
packages = with pkgs; [ neovim ];
packages = with pkgs; [neovim];
sessionVariables = { EDITOR = "nvim"; };
sessionVariables = {EDITOR = "nvim";};
shellAliases = {
vim = "nvim";