summaryrefslogtreecommitdiff
path: root/modules/common/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-04-21 02:15:42 +0300
committerAzat Bahawi <azat@bahawi.net>2024-04-21 02:15:42 +0300
commite6ed60548397627bf10f561f9438201dbba0a36e (patch)
treef9a84c5957d2cc4fcd148065ee9365a0c851ae1c /modules/common/default.nix
parent9ac64328603d44bd272175942d3ea3eaadcabd04 (diff)
2024-04-21
Diffstat (limited to 'modules/common/default.nix')
-rw-r--r--modules/common/default.nix29
1 files changed, 1 insertions, 28 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index 92f719d..ef9fb18 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -1,28 +1 @@
-_: {
- imports = [
- ./alacritty.nix
- ./aria2.nix
- ./bat.nix
- ./common
- ./curl.nix
- ./direnv.nix
- ./editorconfig.nix
- ./emacs
- ./eza.nix
- ./git.nix
- ./gnupg.nix
- ./htop.nix
- ./mpv.nix
- ./nmap.nix
- ./openssh.nix
- ./password-store.nix
- ./profiles
- ./qutebrowser.nix
- ./subversion.nix
- ./tmux.nix
- ./vim
- ./vscode.nix
- ./wget.nix
- ./zathura.nix
- ];
-}
+{ lib, ... }: with lib; { imports = attrValues (modulesIn ./.); }