init repo
This commit is contained in:
commit
9a525dadfc
39 changed files with 2709 additions and 0 deletions
9
users/spotify.nix
Normal file
9
users/spotify.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
inputs.oskars-dotfiles.overlays.spotx
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
spotify
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue