aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;