diff options
author | EuAndreh <eu@euandre.org> | 2023-03-27 18:32:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-27 18:32:40 -0300 |
commit | a546e99aa291b746728c4ce9b6d06c3fc9bdf7d2 (patch) | |
tree | 901a3f5b0f148582418926c7477507556d35286c | |
parent | bin/reconfigure: Move "set -x" to the body of the script (diff) | |
download | dotfiles-a546e99aa291b746728c4ce9b6d06c3fc9bdf7d2.tar.gz dotfiles-a546e99aa291b746728c4ce9b6d06c3fc9bdf7d2.tar.xz |
etc/nix/configuration.nix: nixfmt
-rw-r--r-- | etc/nix/configuration.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 8255c6e..536ffb2 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -187,9 +187,7 @@ cp -a README $out/doc/README.driver ''; }; - in [ - epson-201401w - ]; + in [ epson-201401w ]; }; xserver = { |