More nonsense not worth describing
This commit is contained in:
parent
6e81c396c4
commit
68d7df796e
12 changed files with 4 additions and 29 deletions
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
description = "Multi-machine Home Manager (Linux/macOS/NixOS)";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
homeConfigurations = {
|
||||
mecca = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./common.nix
|
||||
./mecca/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
@ -8,24 +8,20 @@
|
|||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
|
||||
/*
|
||||
homeConfigurations = {
|
||||
mecca = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./common.nix
|
||||
./mecca/home.nix
|
||||
./hosts/common.nix
|
||||
./hosts/mecca/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
nixosConfigurations = {
|
||||
mecca = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs;}; modules = [
|
||||
./mecca/configuration.nix
|
||||
./hosts/mecca/configuration.nix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
|
|
@ -33,7 +29,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./syntheticnexus/configuration.nix
|
||||
./hosts/syntheticnexus/configuration.nix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
0
.config/nix/hosts/generic-linux/home.nix
Normal file
0
.config/nix/hosts/generic-linux/home.nix
Normal file
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Loading…
Add table
Add a link
Reference in a new issue