aboutsummaryrefslogtreecommitdiff
path: root/home/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/default.nix')
-rw-r--r--home/default.nix43
1 files changed, 43 insertions, 0 deletions
diff --git a/home/default.nix b/home/default.nix
new file mode 100644
index 0000000..485cc34
--- /dev/null
+++ b/home/default.nix
@@ -0,0 +1,43 @@
+{ ... }:
+
+{
+ imports = [
+ ./beets
+ ./bluetooth
+ ./direnv
+ ./documentation
+ ./drone-cli
+ ./element
+ ./emacs
+ ./eog
+ ./evince
+ ./feh
+ ./firefox
+ ./fish
+ ./flac
+ ./gcloud
+ ./git
+ ./go
+ ./gpg
+ ./gtk
+ ./mail
+ ./mpv
+ ./packages
+ ./pass
+ ./pcmanfm
+ ./python
+ ./scanner
+ ./scripts
+ ./seahorse
+ ./ssh
+ ./sublime-music
+ ./terminal
+ ./tmux
+ ./transmission-remote
+ ./vlc
+ ./wm
+ ./xdg
+ ./yt-dlp
+ ./zsh
+ ];
+}