Fix formatting
This commit is contained in:
parent
84037c73b8
commit
b6cdb4fe33
3 changed files with 10 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue