[NixOS] Move stuff around

This commit is contained in:
Ivan Malison 2021-05-23 18:31:42 -06:00
parent 7677584d79
commit 701f236ab6
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -81,6 +81,10 @@ in
};
services.tzupdate.enable = true;
xdg.menus.enable = true;
# Enable the gtk icon cache
gtk.iconCache.enable = true;
fonts = {
fonts = with pkgs; [
@ -106,8 +110,6 @@ in
};
};
xdg.menus.enable = true;
environment.systemPackages = with pkgs; [
# Applications
@ -329,7 +331,8 @@ in
};
};
services.gnome3.at-spi2-core.enable = true;
# TODO: Add a comment explaining what this does.
services.gnome.at-spi2-core.enable = true;
services.kbfs.enable = true;