From 7db5d558cb0d82a6842e1d77fa10ce17e30890f5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Oct 2019 22:17:06 +0200 Subject: Create initial configuration for satoshipad --- satoshipad.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 satoshipad.nix diff --git a/satoshipad.nix b/satoshipad.nix new file mode 100644 index 00000000..eab836de --- /dev/null +++ b/satoshipad.nix @@ -0,0 +1,23 @@ +{ config, pkgs, ... }: + +{ + imports = [ + ./modules/autorandr.nix + ./modules/base.nix + ./modules/dunst.nix + ./modules/emacs.nix + ./modules/git.nix + ./modules/gnupg.nix + ./modules/i3.nix + ./modules/isync.nix + ./modules/msmtp.nix + ./modules/nix.nix + ./modules/npm.nix + ./modules/rofi.nix + ./modules/sxhkd.nix + ./modules/tabnine.nix + ./modules/trezor.nix + ./modules/xresources.nix + ./modules/zsh.nix + ]; +} -- cgit 1.4.1