Skip to content

Commit

Permalink
xarchiver instead of ark
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Sep 2, 2024
1 parent 20ef05a commit e466183
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions home/programs/office/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
./zathura.nix
];

home.packages = with pkgs; [
libreoffice
# kdePackages.kdenlive
# obsidian
home.packages = [
pkgs.onlyoffice-bin
];
}
2 changes: 1 addition & 1 deletion home/terminal/programs/xdg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}: let
browser = ["Schizofox"];
fileManager = ["thunar"];
archiver = ["peazip"];
archiver = ["xarchiver"];
imageViewer = ["org.gnome.Loupe"];
videoPlayer = ["mpv"];
audioPlayer = ["mpv"];
Expand Down
2 changes: 1 addition & 1 deletion system/programs/thunar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
];
};

environment.systemPackages = [pkgs.peazip];
environment.systemPackages = [pkgs.xarchiver];

programs.xfconf.enable = true;
services.gvfs.enable = true;
Expand Down

0 comments on commit e466183

Please sign in to comment.