From 5cffc8c06cdca81150ec553969480cf51c1dc32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 16 Apr 2023 18:00:39 +0200 Subject: [PATCH] refactor(programs): sort imports --- modules/programs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/default.nix b/modules/programs/default.nix index 703dcba..788e8fd 100644 --- a/modules/programs/default.nix +++ b/modules/programs/default.nix @@ -18,13 +18,13 @@ ./ledger ./logseq.nix ./miracast.nix + ./nvim ./python.nix ./rofi ./spotify.nix ./ssh.nix ./sway.nix ./thunar.nix - ./nvim ./zathura.nix ./zsh.nix ];