mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Added nix-darwin properly
This commit is contained in:
parent
1044e1ed1b
commit
c45afedd4a
9 changed files with 82 additions and 42 deletions
|
|
@ -1,16 +1,14 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../common.nix
|
||||
../kitty.nix
|
||||
];
|
||||
|
||||
# xdg.enable = lib.mkForce false;
|
||||
|
||||
home = {
|
||||
username = lib.mkForce "tyler.mayoff";
|
||||
homeDirectory = lib.mkForce "/Users/tyler.mayoff";
|
||||
username = "tyler.mayoff";
|
||||
# homeDirectory = /Users/tyler.mayoff;
|
||||
|
||||
packages = with pkgs; [
|
||||
bazel_7
|
||||
|
|
@ -40,4 +38,6 @@
|
|||
PATH = "$PATH:/Users/tyler.mayoff/Library/Android/sdk/platform-tools";
|
||||
};
|
||||
};
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue