nixos-config/modules/default.nix

47 lines
964 B
Nix
Raw Normal View History

2019-10-24 02:20:38 +02:00
{
imports = [
2020-11-21 18:56:11 +01:00
#./later/syncthing.nix
2020-05-16 02:25:06 +02:00
#./later/nextcloud.nix
2020-06-01 14:34:23 +02:00
./services/light-control.nix
2019-10-24 02:20:38 +02:00
./services/castget.nix
./services/home-assistant.nix
./services/lektor.nix
./services/samba-share.nix
./services/sshd.nix
./services/videoencoder.nix
./programs/browser.nix
./programs/citate.nix
./programs/curl-scripts.nix
./programs/easytag.nix
./programs/elm.nix
./programs/espeak.nix
./programs/ffmpeg.nix
./programs/git.nix
./programs/shell-bash.nix
./programs/shell-tools.nix
./programs/shell-zsh.nix
./programs/slack.nix
./programs/steam.nix
./programs/taskwarrior.nix
./programs/urxvt.nix
./programs/video.nix
./programs/vim.nix
./programs/xterm.nix
./system/audio.nix
./system/bluetooth.nix
./system/font.nix
./system/mainUser.nix
./system/permown.nix
./system/wifi.nix
./system/x11.nix
./system/on-failure.nix
2019-10-24 02:20:38 +02:00
];
}