treewide: format with nixfmt

This commit is contained in:
insects 2024-09-22 10:56:40 +02:00
parent 303e982a8e
commit 26ad72592a
47 changed files with 380 additions and 725 deletions

View file

@ -1,7 +1 @@
{ ... }:
{
imports = [
./steam.nix
./flatpak.nix
];
}
{ ... }: { imports = [ ./steam.nix ./flatpak.nix ]; }

View file

@ -1,4 +1 @@
{ ... }:
{
services.flatpak.enable = true;
}
{ ... }: { services.flatpak.enable = true; }

View file

@ -1,5 +1,4 @@
{ ... }:
{
{ ... }: {
security.pam.services.swaylock = { };
services.blueman.enable = true;
}

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{ pkgs, ... }: {
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
services.desktopManager.plasma6.enable = true;

View file

@ -1,5 +1,4 @@
{ ... }:
{
{ ... }: {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;