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