From 693c23b2fa2b62ac4ff232f6c1bce43bb8269d78 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 7 Aug 2023 15:31:52 +1200 Subject: [PATCH] music added --- README.md | 5 ++++- home/ooks/opt/desktop/hyprland/default.nix | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc06c1f..fe1a247 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,7 @@ TODO: - [ ] sops -- [ ] impermanence \ No newline at end of file +- [ ] impermanence +- [ ] fix tre alias/funtion +- [ ] add spotify-player configuration + diff --git a/home/ooks/opt/desktop/hyprland/default.nix b/home/ooks/opt/desktop/hyprland/default.nix index 3c496e3..115cbc3 100644 --- a/home/ooks/opt/desktop/hyprland/default.nix +++ b/home/ooks/opt/desktop/hyprland/default.nix @@ -2,10 +2,11 @@ imports = [ ../standard ../standard/wayland + ../music - #./tty-init.nix + ./tty-init.nix ./binds.nix - #./systemd-fix.nix + ./systemd-fix.nix ../env/hypr-variable.nix ];