home: remove unsused modules

This commit is contained in:
Tim Schubert 2024-03-02 11:36:22 +01:00
parent a7c4a7f064
commit cfe49c73fc
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
8 changed files with 0 additions and 605 deletions

View file

@ -2,19 +2,14 @@
alacritty = import ./alacritty;
colors = import ./colors.nix;
direnv = import ./direnv.nix;
fish = import ./fish.nix;
git = import ./git.nix;
gpg = import ./gpg.nix;
gtk = import ./gtk.nix;
helix = import ./helix;
keyring = import ./keyring.nix;
kitty = import ./kitty;
mako = import ./mako.nix;
session = import ./session.nix;
ssh = import ./ssh.nix;
sway = import ./sway;
syncthing = import ./syncthing.nix;
termite = import ./termite.nix;
tmux = import ./tmux.nix;
xdg = import ./xdg.nix;
zsh = import ./zsh.nix;