Added sops support
This commit is contained in:
parent
52dfd1fbdf
commit
2e06ef806d
8 changed files with 114 additions and 4 deletions
|
@ -7,7 +7,9 @@
|
|||
size = 18;
|
||||
} else {
|
||||
name = "FiraCode Nerd Font";
|
||||
# size = 18;
|
||||
size = 24;
|
||||
# size = 30;
|
||||
};
|
||||
shellIntegration = {
|
||||
enableZshIntegration = true;
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
{ pkgs, lib, myhostname, ... }:
|
||||
{ pkgs, lib, myhostname, sops, ... }:
|
||||
{
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
username = "fredzyw";
|
||||
password = sops.secrets.spotify_password;
|
||||
device_name = myhostname;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue