h-m: spotify

This commit is contained in:
noe 2023-12-17 13:53:51 -05:00
parent 6602ca85d2
commit 78ac6ee014
5 changed files with 61 additions and 35 deletions

View file

@ -4,6 +4,10 @@ let
homeDirectory = if isDarwin then "/Users/noe" else "/home/noe";
in
{
imports = [
../../features/spotify.nix
];
home = {
inherit homeDirectory;
username = "noe";