Skip to content

Commit

Permalink
add twinkpaw home manager entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Jun 8, 2024
1 parent bdecbce commit 703386a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nix/outputs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ in {
pkgs = import nixpkgs { system = "x86_64-darwin"; };
modules = [ self.homeModules.astral-macos ];
};
"astrid@twinkpaw" = home-manager.lib.homeManagerConfiguration {
pkgs = import nixpkgs { system = "x86_64-linux"; };
modules = [ self.homeModules.astral-gui ];
};
};

nixosModules = {
Expand Down

0 comments on commit 703386a

Please sign in to comment.