Fix formatting

This commit is contained in:
Fabian Hauser 2023-11-29 10:31:37 +01:00
parent 84037c73b8
commit b6cdb4fe33
3 changed files with 10 additions and 8 deletions

View file

@ -1,4 +1,6 @@
{ config, pkgs, lib, ... }: let mkDefault = lib.mkDefault; in {
{ config, pkgs, lib, ... }:
let mkDefault = lib.mkDefault;
in {
environment.systemPackages = with pkgs;
[ # Utilities
@ -42,11 +44,9 @@
sushi.enable = false;
};
##########
# gnome.core-os-services excerpt
security.polkit.enable = true;
services.power-profiles-daemon.enable = false; # TODO: Remove
@ -54,7 +54,6 @@
xdg.mime.enable = true;
xdg.icons.enable = true;
# Harmonize Qt5 application style and also make them use the portal for file chooser dialog.
qt = {
enable = mkDefault true;
@ -65,8 +64,7 @@
# Needed for themes and backgrounds
environment.pathsToLink = [
"/share" # TODO: https://github.com/NixOS/nixpkgs/issues/47173
]; ##########
]; # #########
# GVFS
services.gvfs.enable = true;