b83b70cb23
Some checks are pending
SSH and echo to file / ssh (push) Waiting to run
- 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.
8 lines
159 B
Nix
8 lines
159 B
Nix
{ pkgs-unstable, inputs, ... }:
|
|
{
|
|
home.packages = [
|
|
pkgs-unstable.librespot
|
|
pkgs-unstable.fzf
|
|
inputs.deploy-rs.defaultPackage.x86_64-linux
|
|
];
|
|
} |