treewide reformat

This commit is contained in:
Gerg-L 2023-09-23 21:55:56 -04:00
parent de7683556e
commit fc21bf9436
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
42 changed files with 1012 additions and 876 deletions

View file

@ -1,24 +1,24 @@
_: {
_:
{
config,
lib,
pkgs,
...
}: {
}:
{
options.local.DE.gnome.enable = lib.mkEnableOption "";
config = lib.mkIf config.local.DE.gnome.enable {
environment = {
systemPackages = [pkgs.gnome.gnome-calculator];
systemPackages = [ pkgs.gnome.gnome-calculator ];
gnome.excludePackages = builtins.attrValues {
inherit
(pkgs)
inherit (pkgs)
gnome-photos
gnome-tour
gnome-text-editor
gnome-online-accounts
;
inherit
(pkgs.gnome)
;
inherit (pkgs.gnome)
gnome-weather
gnome-shell
gnome-disk-utility
@ -38,7 +38,7 @@ _: {
iagno # go game
hitori # sudoku game
atomix # puzzle game
;
;
};
};