nix(home-manager): still need patching cmus for macOS

maybe update the flake one day ?
This commit is contained in:
Léana 江 2024-01-23 07:22:35 +01:00 committed by Léana 江
parent 3b08674586
commit 66563795cc
2 changed files with 16 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{...}: {
imports = [./dev.nix ./fonts.nix ../common];
imports = [./dev.nix ./fonts.nix ../common ../common/cmus];
home.homeDirectory = "/Users/leana";
}