aboutsummaryrefslogtreecommitdiff
path: root/void/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'void/home.nix')
-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}";