Skip to content

How to run again? #9

Answered by mrshmllow
rastarr asked this question in Q&A
Aug 11, 2024 · 5 comments · 5 replies
Discussion options

You must be logged in to vote

i realize that it might be flaky, but i'd still love to understand how to install these in my nixos/home-manager system if possible. i've tried a few different things but so far nothing has worked.

You can use nix profile install nix profile install github:mrshmllow/affinity-nix#photo

Otherwise, add this repo as a flake input, then just access affinity-nix.packages.x86_64-linux.photo anywhere you would install a package.

{
  inputs = {
    affinity-nix.url = "github:mrshmllow/affinity-nix";
    ...
  };

  outputs = inputs @ {
    affinity-nix,
    ...
  }: {
    homeConfigurations.marsh = home-manager.lib.homeManagerConfiguration {
      pkgs = nixpkgs.legacyPackages."x86_64-linux";

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@emenel
Comment options

@emenel
Comment options

@CorbinWunderlich
Comment options

@CorbinWunderlich
Comment options

@mrshmllow
Comment options

Answer selected by mrshmllow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
4 participants
Converted from issue

This discussion was converted from issue #5 on September 30, 2024 00:02.