aeu
This commit is contained in:
@@ -76,10 +76,10 @@
|
||||
};
|
||||
|
||||
# nix-darwin configuration entrypoint
|
||||
# Available through 'darwin-rebuild switch --flake .#your-hostname'
|
||||
# Available through 'darwin-rebuild switch --flake .#m2n1'
|
||||
darwinConfigurations = {
|
||||
# FIXME replace with your hostname
|
||||
your-hostname = darwin.lib.darwinSystem {
|
||||
m2n1 = darwin.lib.darwinSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
# > Our main darwin configuration file <
|
||||
@@ -90,8 +90,7 @@
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = {inherit inputs;};
|
||||
# FIXME: Replace with your username
|
||||
home-manager.users.your-username = import ./home-manager/home.nix;
|
||||
home-manager.users.df = import ./home-manager/home.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user