nix(cmus): made cmusrc platform dependent

This commit is contained in:
Léana 江 2024-01-21 21:35:36 +01:00 committed by Léana 江
parent 2fee76eef9
commit 32e991b516
5 changed files with 126 additions and 7 deletions

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
imports = [./dev.nix ./gui ./browser.nix ../common];
imports = [./dev.nix ./gui ./browser.nix ../common ../common/cmus];
home.packages = with pkgs; [
zip

View file

@ -50,10 +50,6 @@
evolution
gnome.gnome-calendar
p7zip
# music
cmus
cmusfm
];
programs.kitty = {