Make minor adjustments to several modules

This commit is contained in:
Gabriel Arazas 2022-01-11 20:19:54 +08:00
parent 66dbda3561
commit d0a87597c5
2 changed files with 0 additions and 8 deletions

View File

@ -21,7 +21,6 @@ in {
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home.packages = [ pkgs.archivebox ];
systemd.user.services.archivebox-server = { systemd.user.services.archivebox-server = {
Unit = { Unit = {
Description = "Archivebox server for ${cfg.archivePath}"; Description = "Archivebox server for ${cfg.archivePath}";

View File

@ -53,13 +53,6 @@ in {
# Enable running GNOME apps outside GNOME. # Enable running GNOME apps outside GNOME.
programs.dconf.enable = true; programs.dconf.enable = true;
# Enable MPD-related services.
services.mpd.enable = true;
environment.systemPackages = with pkgs;
[
ncmpcpp # Has the worst name for a music client WTF?
];
}) })
(lib.mkIf cfg.fonts.enable { (lib.mkIf cfg.fonts.enable {