suck my ball
This commit is contained in:
parent
66a49eb513
commit
509f16b469
2 changed files with 60 additions and 59 deletions
|
|
@ -27,6 +27,7 @@
|
|||
...
|
||||
} @ inputs: {
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra;
|
||||
formatter.aarch64-darwin = nixpkgs.legacyPackages.aarch64-darwin.alejandra;
|
||||
nixosConfigurations.goingmerry = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
|
|
@ -63,7 +64,7 @@
|
|||
{
|
||||
nix-homebrew = {
|
||||
enable = true;
|
||||
user = "admin";
|
||||
user = "ichlebemietfreiindeinemapfel";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
system.primaryUser = "admin";
|
||||
system.primaryUser = "ichlebemietfreiindeinemapfel";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
|
|
@ -62,5 +62,5 @@
|
|||
system.stateVersion = 6;
|
||||
|
||||
# The platform the configuration will be used on.
|
||||
nixpkgs.hostPlatform = "x86_64-darwin";
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue