diff options
author | sefidel <contact@sefidel.net> | 2022-02-03 23:38:15 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-03 23:38:15 +0900 |
commit | e36b7edf8decbf509894844971b2d8365abc93db (patch) | |
tree | a94c7e30f9e13bfdc81f1d73bcae23ce993367e7 /nixos/alpha | |
parent | 13bf1f1a53f4ce925701c0e085f70683d716a700 (diff) | |
download | nixrc-e36b7edf8decbf509894844971b2d8365abc93db.tar.gz nixrc-e36b7edf8decbf509894844971b2d8365abc93db.zip |
nixos/alpha: reformat
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/configuration.nix | 4 |
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; |