nixos-config/users/simon/modules/default.nix
Simon Bruder 0bbe240018
tmux: Configure system-wide
This is useful on systems that are only accessed as root (e.g.,
servers).
2022-08-25 14:49:22 +02:00

35 lines
484 B
Nix

{
imports = [
./anki
./corectrl.nix
./foot.nix
./games.nix
./ghci.nix
./git.nix
./gpg.nix
./gtk.nix
./htop.nix
./logitech.nix
./mail
./makemkv.nix
./misc.nix
./mpd.nix
./mpv
./neovim
./pass.nix
./programs.nix
./qutebrowser
./scripts
./sway
./tmate.nix
./vdirsyncer.nix
./watson.nix
./xcompose.nix
./xdg.nix
./youtube-dl.nix
./ytcc.nix
./zathura.nix
./zsh
];
}