diff options
author | EuAndreh <eu@euandre.org> | 2023-02-22 11:10:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-22 11:10:17 -0300 |
commit | b74dd882615ab2a3f57e4bf62006e5ae7c28cb6a (patch) | |
tree | d91651f404e1d801c7a5f21ccbe3f9c69f984459 | |
parent | etc/nix/configuration.nix: Remove extra fonts (diff) | |
download | dotfiles-b74dd882615ab2a3f57e4bf62006e5ae7c28cb6a.tar.gz dotfiles-b74dd882615ab2a3f57e4bf62006e5ae7c28cb6a.tar.xz |
etc/nix/configuration.nix: Remove debug info from packages
-rw-r--r-- | etc/nix/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 72265c7..7515d4a 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -55,8 +55,6 @@ time.timeZone = "America/Sao_Paulo"; environment = { - enableDebugInfo = true; - systemPackages = with pkgs; [ xmobar slack |