Jafner.net/nix/dungeon-master/home-manager/unstable.nix
Joey Hafner b83b70cb23
Some checks are pending
SSH and echo to file / ssh (push) Waiting to run
Update flake, fix OBS issues, prune flatpaks, add unstable packages list, add Spotify config:
- Update flake to get most recent versions of librespot, spotify-player
- Add obs-toggle-recording script, wrap OBS with nixGL
- Prune flatpaks: Bottles, Chromium, Gnome Platform, Zoom, Kontact, Neochat
- Add unstable packages: librespot, fzf, deploy-rs
- Create librespot Systemd unit, enable spotify-player.
2024-10-23 15:33:37 -07:00

8 lines
159 B
Nix

{ pkgs-unstable, inputs, ... }:
{
home.packages = [
pkgs-unstable.librespot
pkgs-unstable.fzf
inputs.deploy-rs.defaultPackage.x86_64-linux
];
}