mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
sort homeconfigurations
This commit is contained in:
parent
ccd04252be
commit
53c4426d48
1 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
@ -63,16 +63,16 @@
|
|||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
"john@penguin-fw" = lib.homeManagerConfiguration {
|
||||
modules = [ ./home/penguin-fw.nix ];
|
||||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
"john@penguin-duet" = lib.homeManagerConfiguration {
|
||||
modules = [ ./home/penguin-duet.nix ];
|
||||
pkgs = pkgsFor.aarch64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
"john@penguin-fw" = lib.homeManagerConfiguration {
|
||||
modules = [ ./home/penguin-fw.nix ];
|
||||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
"john@pixnix" = lib.homeManagerConfiguration {
|
||||
modules = [ ./home/pixnix.nix ];
|
||||
pkgs = pkgsFor.x86_64-linux;
|
||||
|
|
Loading…
Reference in a new issue