Skip to content

Commit

Permalink
feat(nixos): Add flatpak cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Aug 11, 2024
1 parent 673a787 commit bde96cb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ in {
# release notes.
stateVersion = "22.11";
packages = with pkgs;
[
obsidian # re-enable when the nixpkgs package is fixed
mdbook
spotify
gnumake
yazi
] ++ lib.lists.optionals isDarwin [
[ mdbook spotify gnumake yazi ] ++ lib.lists.optionals isDarwin [
# put macOS specific packages here
# xcodes
] ++ lib.lists.optionals isLinux [
Expand All @@ -59,6 +53,9 @@ in {
vlc
# cura
r2modman
obsidian
flatpak

];
file."${config.home.homeDirectory}/.xprofile".text = ''
export XDG_DATA_DIRS="$XDG_DATA_DIRS:/home/mat/.nix-profile/share"
Expand Down

0 comments on commit bde96cb

Please sign in to comment.