Skip to content

Commit

Permalink
fix(nix): add applications to gnome application list
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Feb 21, 2024
1 parent 8ab8994 commit 3acad08
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,12 @@ rec {
# TODO: Note sure where this should go
home.sessionPath = [ "$HOME/.local/nyx/bin" "$XDG_BIN_HOME" ];


home.stateVersion = "20.09";
};
} // (optionals inputs.nixpkgs.legacyPackages."${system}".stdenv.isLinux {
targets.genericLinux.enable = true;
xdg.mime.enable = true;
});

# Top level derivation for just home-manager
mkHome = name: { config ? name, user ? "eden", system ? "x86_64-linux" }:
Expand Down

0 comments on commit 3acad08

Please sign in to comment.