From 91fb4f28ef5d87e8bcf7749928d30ba4a9cbbd34 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 19 Feb 2023 17:50:35 +0300 Subject: 2023-02-19 --- modules/common/default.nix | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 modules/common/default.nix (limited to 'modules/common/default.nix') diff --git a/modules/common/default.nix b/modules/common/default.nix new file mode 100644 index 0000000..e6040cd --- /dev/null +++ b/modules/common/default.nix @@ -0,0 +1,29 @@ +_: { + imports = [ + ./alacritty.nix + ./aria2.nix + ./bat.nix + ./beets.nix + ./chromium.nix + ./common + ./curl.nix + ./direnv.nix + ./emacs + ./fonts.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 + ]; +} -- cgit v1.2.3