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 ];