Skip to content

Commit

Permalink
feat(home-pkgs): switch to minimal syncthingtray
Browse files Browse the repository at this point in the history
Gets rid of KDE Wallet dependency 🎉
  • Loading branch information
workflow committed Jun 11, 2024
1 parent db4ef40 commit 1c911eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 1 addition & 4 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ let
./home/picom.nix
./home/redshift.nix
./home/starship.nix
./home/syncthing
./home/urxvt.nix
./home/xdg.nix
./home/xsession
Expand Down Expand Up @@ -270,10 +271,6 @@ in

parcellite.enable = true;

syncthing = {
enable = true;
};

udiskie = {
enable = true;
automount = false;
Expand Down
11 changes: 11 additions & 0 deletions home/syncthing/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{pkgs, ...}:

{
home.packages = [
pkgs.syncthingtray-minimal
];

services.syncthing = {
enable = true;
};
}
1 change: 0 additions & 1 deletion packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ let
pkgs.stern
pkgs.s-tui # processor monitor/stress test
pkgs.stress
pkgs.syncthingtray
nixpkgs-unstable.tdesktop # Telegram
pkgs.teams-for-linux # Unofficial Msft Teams App
pkgs.thefuck
Expand Down

0 comments on commit 1c911eb

Please sign in to comment.