Fix on new file and content
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{ ... }:
|
||||
{ import-tree, ... }:
|
||||
{
|
||||
home-manager.users.alistreaza = {
|
||||
|
||||
imports = [
|
||||
(import-tree ../../common)
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "alistreaza";
|
||||
homeDirectory = /Users/alistreaza;
|
||||
};
|
||||
|
||||
# No Home Application Folders
|
||||
targets.darwin.linkApps.enable = false;
|
||||
targets.darwin.copyApps.enable = false;
|
||||
|
||||
# Apps
|
||||
home.shell.zsh = true;
|
||||
home.shell.git = true;
|
||||
@@ -27,6 +27,10 @@
|
||||
|
||||
home.homebrew.keka = true;
|
||||
|
||||
# No Home Application Folders
|
||||
targets.darwin.linkApps.enable = false;
|
||||
targets.darwin.copyApps.enable = false;
|
||||
|
||||
# The state version is required and should stay at the version you
|
||||
# originally installed.
|
||||
home.stateVersion = "25.11";
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
{ import-tree, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./partials/users.nix
|
||||
(import-tree ./apps)
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user