Major refactor to flake, abstract non-trivial packages into their own

files (such as firefox/spotify-qt+librespot), create utils for reusable
function library
This commit is contained in:
Martin Larsson 2025-05-11 18:19:19 +02:00
parent d5735692d2
commit c4d7f5d082
11 changed files with 379 additions and 331 deletions

View file

@ -3,11 +3,13 @@
...
}:
{
imports = [
./common/spotify_arm.nix
];
home = {
packages = with pkgs; [
legcord
librespot
spotify-qt
];
};
}