aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/pkgs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-24 14:10:39 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-24 14:10:39 +0200
commit047d2bc8ac99f34b6ee56c71353942689ace1f5c (patch)
treea2f31b802ff3076e87d288e947b4989d176ca048 /modules/home/pkgs
parentfix(flake/packages): Adapt the exposed `nvim` to the `pkgs` set changes (diff)
downloadnixos-config-047d2bc8ac99f34b6ee56c71353942689ace1f5c.zip
fix(modules/home): Use the canonical package name from `by-name`
Diffstat (limited to '')
-rw-r--r--modules/home/pkgs/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/home/pkgs/default.nix b/modules/home/pkgs/default.nix
index a3768e40..2f1950ae 100644
--- a/modules/home/pkgs/default.nix
+++ b/modules/home/pkgs/default.nix
@@ -106,7 +106,7 @@ with pkgs; let
Media = [
wf-recorder # Screen recorder.
libnotify # a command to send a notification.
- screenshot_persist # Creates a persisting screenshot.
+ screenshot_persistent # Creates a persisting screenshot.
screenshot_temporary # Takes a screenshot and stores it in the clipboard.
];
};
@@ -123,9 +123,9 @@ with pkgs; let
comments # Display comments of the currently playing video.
description # Display the description of the currently playing video.
- ytc # Download and watch a video from YouTube.
- yts # Select videos from the subscribed channels to watch.
- yt # Combination of `ytc` and `yts` that selects _and_ downloads videos.
+ yt.ytc # Download and watch a video from YouTube.
+ yt.yts # Select videos from the subscribed channels to watch.
+ yt.yt # Combination of `ytc` and `yts` that selects _and_ downloads videos.
];
Listen = [