From cbcad0fe018e0d8e71ef4af097ed7b55cf537f68 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 4 May 2026 15:57:16 -0400 Subject: sfeed --- hjem.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hjem.nix') diff --git a/hjem.nix b/hjem.nix index fbed383..54a7a16 100644 --- a/hjem.nix +++ b/hjem.nix @@ -28,6 +28,9 @@ xdotool = pkgs.xdotool; xclip = pkgs.xclip; lockscreen = pkgs.lock-screen; + sfeed = pkgs.sfeed; + rmpc = pkgs.rmpc; + librewolf = pkgs.librewolf; } ); @@ -36,6 +39,8 @@ ".config/calcurse".source = ./dotfiles/calcurse; + ".sfeed/sfeedrc".source = ./dotfiles/sfeed/sfeedrc; + }; packages = with pkgs; [ @@ -47,6 +52,7 @@ zathura lf calcurse + sfeed (pkgs.writeShellScriptBin "surf.sh" ( builtins.readFile ( -- cgit v1.3.1