mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
carbon: +wired-notify
This commit is contained in:
parent
9fa744d6c7
commit
e84975252f
4 changed files with 130 additions and 9 deletions
|
|
@ -2,13 +2,6 @@
|
|||
|
||||
let
|
||||
inherit (pkgs) myPkgs;
|
||||
|
||||
wired = pkgs.fetchFromGitHub {
|
||||
owner = "Toqozz";
|
||||
repo = "wired-notify";
|
||||
rev = "0.10.6";
|
||||
hash = "sha256-AWIV/+vVwDZECZ4lFMSFyuyUKJc/gb72PiBJv6lbhnc=";
|
||||
};
|
||||
in
|
||||
|
||||
{
|
||||
|
|
@ -46,7 +39,7 @@ in
|
|||
pkgs.xclip
|
||||
pkgs.feh
|
||||
pkgs.xscreensaver # TODO: why the service option won't work ?
|
||||
wired
|
||||
pkgs.wired
|
||||
pkgs.playerctl
|
||||
pkgs.jetbrains-mono # for xmobar
|
||||
(
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
inputs.nur.overlay
|
||||
|
||||
inputs.wired-notify.overlays.default
|
||||
|
||||
(_: _: { myPkgs = self'.packages; }) # extend pkgs with my custom set
|
||||
];
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue