diff options
author | EuAndreh <eu@euandre.org> | 2023-02-22 11:37:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-22 11:37:01 -0300 |
commit | 33493af2a933b975a0e6e2b2dea75911071a4dec (patch) | |
tree | 6f7d7d7d1abe0cbb2785f82fe2057684de289281 | |
parent | Makefile: Add "check-nixfmt" target (diff) | |
download | dotfiles-33493af2a933b975a0e6e2b2dea75911071a4dec.tar.gz dotfiles-33493af2a933b975a0e6e2b2dea75911071a4dec.tar.xz |
etc/nix/configuration.nix: Group packages by type
-rw-r--r-- | etc/nix/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 62580af..186c32a 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -49,9 +49,10 @@ environment = { systemPackages = with pkgs; [ xmobar + i3lock + slack zoom-us - i3lock kubernetes flutter2 hover |