mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Getting this working on macos
This commit is contained in:
parent
ec0f5e8e55
commit
7ed15206d0
3 changed files with 27 additions and 16 deletions
|
|
@ -6,8 +6,14 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# imports = [../common.nix];
|
||||
imports = [../common.nix];
|
||||
|
||||
home.username =lib.mkForce "tyler.mayoff";
|
||||
home.homeDirectory = lib.mkForce "/Users/tyler.mayoff";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
];
|
||||
|
||||
# home.stateVersion = "23.11";
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue