flake.nix Reformat
This commit is contained in:
18
flake.nix
18
flake.nix
@@ -66,16 +66,16 @@
|
||||
];
|
||||
};
|
||||
homeConfigurations."universelaptop" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = pkgs_linux-aarch64;
|
||||
pkgs = pkgs_linux-aarch64;
|
||||
|
||||
# Specify your home configuration modules here, for example,
|
||||
# the path to your home.nix.
|
||||
modules = [ ./machines/asahi/home.nix ];
|
||||
|
||||
extraSpecialArgs = {
|
||||
pkgs-x86_64 = pkgs_linux-x86_64;
|
||||
inputs = attrs;
|
||||
};
|
||||
# Specify your home configuration modules here, for example,
|
||||
# the path to your home.nix.
|
||||
modules = [ ./machines/asahi/home.nix ];
|
||||
|
||||
extraSpecialArgs = {
|
||||
pkgs-x86_64 = pkgs_linux-x86_64;
|
||||
inputs = attrs;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user