🧹 move age secrets to usage
This commit is contained in:
parent
97ec540786
commit
523864e984
7 changed files with 14 additions and 34 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
age.secrets.spotifyd = {
|
||||
file = ../../secrets/spotifyd.age;
|
||||
owner = "1000";
|
||||
};
|
||||
home-manager.users.moritz = {
|
||||
home.packages = with pkgs; [ spotify-tui sptlrx ];
|
||||
services.spotifyd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue