Add new shellConfig set up to other machines

This commit is contained in:
Evie Litherland-Smith 2023-07-19 08:57:48 +01:00
parent a317ac6f05
commit 401720dd47
2 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,13 @@
{pkgs, ...}: let
{
pkgs,
shellConfig,
...
}: let
username = "xenia";
homeDirectory = "/home/${username}";
in {
imports = [
../../home/shell/fish.nix
shellConfig
../../home/git/personal.nix
../../home/ssh/personal.nix
../../home/tui

View file

@ -1,9 +1,13 @@
{pkgs, ...}: let
{
pkgs,
shellConfig,
...
}: let
username = "xenia";
homeDirectory = "/home/${username}";
in {
imports = [
../../home/shell/fish.nix
shellConfig
../../home/git/personal.nix
../../home/ssh/personal.nix
../../home/tui