update macbook
This commit is contained in:
11
modules/home-manager/spotify-player.nix
Normal file
11
modules/home-manager/spotify-player.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
spotify-player = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
12
modules/home-manager/tealdeer.nix
Normal file
12
modules/home-manager/tealdeer.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
tealdeer = {
|
||||
enable = true;
|
||||
settings.updates.auto_update = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user