Add new shellConfig set up to other machines
This commit is contained in:
parent
a317ac6f05
commit
401720dd47
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue