mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
Make minor adjustments to several modules
This commit is contained in:
parent
66dbda3561
commit
d0a87597c5
@ -21,7 +21,6 @@ in {
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = [ pkgs.archivebox ];
|
||||
systemd.user.services.archivebox-server = {
|
||||
Unit = {
|
||||
Description = "Archivebox server for ${cfg.archivePath}";
|
||||
|
@ -53,13 +53,6 @@ in {
|
||||
|
||||
# Enable running GNOME apps outside GNOME.
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user