diff options
Diffstat (limited to 'hm/soispha/conf/default.nix')
-rw-r--r-- | hm/soispha/conf/default.nix | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/hm/soispha/conf/default.nix b/hm/soispha/conf/default.nix new file mode 100644 index 00000000..01d18d4a --- /dev/null +++ b/hm/soispha/conf/default.nix @@ -0,0 +1,38 @@ +{...}: { + imports = [ + ./alacritty + ./btop + ./dconf + ./direnv + ./firefox + ./gammastep + ./git + ./gpg + ./grades + ./gtk + ./himalaya + ./iamb + ./keepassxc + ./latexindent + ./less + ./lf + ./mail + ./mako + ./mbsync + ./mpd + ./mpv + ./mumble + ./neomutt + ./nvim + ./nheko + ./npm + ./python + ./rclone + ./ssh + ./swayidle + ./swaylock + ./tridactyl + ./yambar + ./zsh + ]; +} |