From 75faa6549857ba6e0f8d8129341c90875d9650a8 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 17 Jun 2023 10:38:47 -0400 Subject: [PATCH] chore: rename spotify-player --- home/README.md | 1 + home/{spotify => spotify-player}/default.nix | 0 hosts/tsuki/home.nix | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename home/{spotify => spotify-player}/default.nix (100%) diff --git a/home/README.md b/home/README.md index a2371ab..27c1929 100644 --- a/home/README.md +++ b/home/README.md @@ -18,6 +18,7 @@ name | description `neofetch` | fetch program `nushell` | my shell of choice `rofi` | application launcher +`spotify` | terminal music player for spotify `starship` | shell prompt `wayland` | has my hyprland config, along with session variables for wayland `wezterm` | my terminal of choice diff --git a/home/spotify/default.nix b/home/spotify-player/default.nix similarity index 100% rename from home/spotify/default.nix rename to home/spotify-player/default.nix diff --git a/hosts/tsuki/home.nix b/hosts/tsuki/home.nix index 6790e05..88ee1b2 100755 --- a/hosts/tsuki/home.nix +++ b/hosts/tsuki/home.nix @@ -10,7 +10,7 @@ ../../home/zellij ../../home/rofi ../../home/ironbar - ../../home/spotify + ../../home/spotify-player ../../home/wayland/hyprland ../../modules/swayidle.nix ];