mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +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 {
|
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}";
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user