Fix home config

This commit is contained in:
Evie Litherland-Smith 2023-07-14 11:39:48 +01:00
parent ef6bf14c3c
commit 90e7435e1f

View file

@ -57,7 +57,7 @@
pkgs = inputs.nixpkgs.legacyPackages."aarch64-darwin";
modules = [
({pkgs, ...}: {
imports = [./home/personal.nix ./home/gui/wezterm.nix];
imports = [./home/personal.nix ./home/gui/wezterm];
home = {
username = "tux";
homeDirectory = "/Users/tux";