mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-09 18:30:01 +01:00
prep main darwin config
This commit is contained in:
parent
50da7ffff8
commit
523aaff701
32 changed files with 423 additions and 142 deletions
|
|
@ -1,10 +1,8 @@
|
|||
{ config, pkgs, inputs, lib, ... }: {
|
||||
{ config, options, pkgs, inputs, lib, ... }: {
|
||||
home.username = "thegeneralist";
|
||||
home.homeDirectory = "/home/thegeneralist";
|
||||
home.homeDirectory = if options.onLinux then "/home/thegeneralist" else "/Users/thegeneralist";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
android-tools
|
||||
|
||||
zip
|
||||
xz
|
||||
unzip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue