aboutsummaryrefslogtreecommitdiff
path: root/void
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-07-25 13:40:27 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-07-25 13:40:27 -0400
commitf2fb01a55b54dae9a5c26c7e1bae3d17c18de73e (patch)
treec861617d8ff6f5fdf188b1f7dd5774c1d17a3cd5 /void
parent8a0457f14d000b4aae8bbd4e950654802f01c584 (diff)
downloadhome-f2fb01a55b54dae9a5c26c7e1bae3d17c18de73e.tar.gz
repo: format tree
Diffstat (limited to 'void')
-rw-r--r--void/home.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/void/home.nix b/void/home.nix
index 42a959d..481d431 100644
--- a/void/home.nix
+++ b/void/home.nix
@@ -1,4 +1,10 @@
-{ inputs, config, lib, pkgs, ... }:
+{
+ inputs,
+ config,
+ lib,
+ pkgs,
+ ...
+}:
{
imports = [
../modules/global.nix
@@ -67,10 +73,9 @@
mako.enable = true;
neovide.enable = true;
-
services = {
enable = true;
- coreServices = ["dbus"];
+ coreServices = [ "dbus" ];
services = {
"pipewire" = {
run = "${builtins.readFile ./services/pipewire/run}";