38 lines
826 B
Nix
38 lines
826 B
Nix
{
|
|
|
|
imports = [
|
|
|
|
./services/light-control.nix
|
|
|
|
./services/castget.nix
|
|
./services/rbackup.nix
|
|
#./services/home-assistant.nix
|
|
#./services/lektor.nix
|
|
./services/samba-share.nix
|
|
#./services/videoencoder.nix
|
|
./services/taskwarrior-pushover.nix
|
|
./services/taskwarrior-autotag.nix
|
|
|
|
./programs/browser.nix
|
|
#./programs/citate.nix
|
|
./programs/curl-scripts.nix
|
|
#./programs/easytag.nix
|
|
#./programs/elm.nix
|
|
#./programs/espeak.nix
|
|
#./programs/ffmpeg.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/on-failure.nix
|
|
|
|
];
|
|
}
|