summaryrefslogtreecommitdiff
path: root/modules/home-manager/personal/profiles.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-03-01 13:50:55 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-03-01 14:03:57 +0100
commit21034a5a36d62fbad795c4139c98c32e0516ec93 (patch)
treedb063cbb3e91bf7231c0eb54fb54b3cb5ac51dfe /modules/home-manager/personal/profiles.nix
parentceb6a8075e1b6e1228b7c75a8da36ed520d32b5f (diff)
restructure pkgs
Diffstat (limited to 'modules/home-manager/personal/profiles.nix')
-rw-r--r--modules/home-manager/personal/profiles.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/home-manager/personal/profiles.nix b/modules/home-manager/personal/profiles.nix
index 25722f5..5aad4a4 100644
--- a/modules/home-manager/personal/profiles.nix
+++ b/modules/home-manager/personal/profiles.nix
@@ -51,7 +51,7 @@ in {
{
name = "Netflix";
genericName = "Streaming service";
- icon = "${pkgs.personal.netflixIcon}";
+ icon = "${pkgs.personal.static.icons.netflix}";
comment = "Unlimited movies, TV shows, and more.";
url = "https://www.netflix.com/fr-en/login";
categories = [ "AudioVideo" "Video" "Player" ];
@@ -59,7 +59,7 @@ in {
{
name = "MUBI";
genericName = "Streaming service";
- icon = "${pkgs.personal.mubiIcon}";
+ icon = "${pkgs.personal.static.icons.mubi}";
comment = "Watch hand-picked cinema.";
url = "https://mubi.com";
categories = [ "AudioVideo" "Video" "Player" ];
@@ -67,7 +67,7 @@ in {
{
name = "Deezer";
genericName = "Streaming service";
- icon = "${pkgs.personal.deezerIcon}";
+ icon = "${pkgs.personal.static.icons.deezer}";
comment = "Listen to music online";
url = "https://deezer.com/login";
categories = [ "AudioVideo" "Audio" "Player" "Music" ];