1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

sorted imports lexicographically

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-10-15 13:50:40 +02:00
parent cc0629c3cf
commit 5d0540895d

View File

@ -2,14 +2,14 @@
{
imports =
[
./polybar.nix
./dunst.nix
./zsh.nix
./i3.nix
./nextcloud.nix
./autorandr.nix
./dunst.nix
./git.nix
./gpg.nix
./i3.nix
./nextcloud.nixg
./polybar.nix
./zsh.nix
];
home.packages = [
pkgs.htop