about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-03 23:38:15 +0900
committersefidel <contact@sefidel.net>2022-02-03 23:38:15 +0900
commite36b7edf8decbf509894844971b2d8365abc93db (patch)
treea94c7e30f9e13bfdc81f1d73bcae23ce993367e7
parent13bf1f1a53f4ce925701c0e085f70683d716a700 (diff)
downloadnixrc-e36b7edf8decbf509894844971b2d8365abc93db.tar.gz
nixrc-e36b7edf8decbf509894844971b2d8365abc93db.zip
nixos/alpha: reformat
-rw-r--r--nixos/alpha/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index 1ebddb3..fd5ea82 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -93,7 +93,7 @@
     #alsa.support32Bit = true;
     pulse.enable = true;
   };
-  
+
   # TODO: https://github.com/NixOS/nixpkgs/pull/157631
   environment.etc."alsa/conf.d/49-pipewire-modules.conf".text = ''
     pcm_type.pipewire {
@@ -176,7 +176,7 @@
 
   programs = {
     sway.enable = true;
-    sway.extraPackages = lib.mkForce [];
+    sway.extraPackages = lib.mkForce [ ];
 
     zsh.enable = true;
     zsh.enableCompletion = false;