mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +00:00
update flake with new home path
This commit is contained in:
parent
c92011bb81
commit
739477bd47
1 changed files with 3 additions and 3 deletions
|
@ -59,17 +59,17 @@
|
|||
# Available through 'home-manager --flake .#your-username@your-hostname'
|
||||
homeConfigurations = {
|
||||
"john@penguin-fw" = lib.homeManagerConfiguration {
|
||||
modules = [ ./nix/home/penguin-fw.nix ];
|
||||
modules = [ ./nix/home/john/penguin-fw.nix ];
|
||||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
"john@penguin-duet" = lib.homeManagerConfiguration {
|
||||
modules = [ ./nix/home/penguin-duet.nix ];
|
||||
modules = [ ./nix/home/john/penguin-duet.nix ];
|
||||
pkgs = pkgsFor.aarch64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
"john@pixnix" = lib.homeManagerConfiguration {
|
||||
modules = [ ./nix/home/pixnix.nix ];
|
||||
modules = [ ./nix/home/john/pixnix.nix ];
|
||||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue