init repo

This commit is contained in:
System administrator 2024-12-25 10:59:37 +08:00
commit 9a525dadfc
39 changed files with 2709 additions and 0 deletions

9
users/spotify.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, inputs, ... }:
{
nixpkgs.overlays = [
inputs.oskars-dotfiles.overlays.spotx
];
environment.systemPackages = with pkgs; [
spotify
];
}