diff options
Diffstat (limited to 'modules/home.legacy/conf/default.nix')
-rw-r--r-- | modules/home.legacy/conf/default.nix | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/default.nix b/modules/home.legacy/conf/default.nix new file mode 100644 index 00000000..b6eddec4 --- /dev/null +++ b/modules/home.legacy/conf/default.nix @@ -0,0 +1,48 @@ +{...}: { + imports = [ + ./alacritty + ./beets + ./btop + ./dconf + ./direnv + ./firefox + ./gammastep + ./git + ./gpg + ./gtk + ./himalaya + ./hyfetch + ./iamb + ./keepassxc + ./latexindent + ./less + ./lf + ./mail + ./mako + ./mbsync + ./mpd + ./mpv + ./mumble + ./neomutt + ./nix-index + ./npm + ./nvim + ./prusa_slicer + ./python + ./rclone + ./rofi + ./ssh + ./starship + ./swayidle + ./swaylock + ./taskwarrior + ./timewarrior + ./tridactyl + ./unison + ./xdg + ./yambar + ./yt + ./ytcc + ./zsh + ]; +} |