2021-09-01 14:37:36 +00:00
|
|
|
{
|
2021-11-01 20:33:21 +00:00
|
|
|
imports = [
|
|
|
|
# Hardware modules
|
|
|
|
./hardware/amdgpu.nix
|
|
|
|
./hardware/amd.nix
|
|
|
|
./hardware/intel.nix
|
|
|
|
./hardware/mobile.nix
|
|
|
|
./hardware/surface-pro6.nix
|
|
|
|
./hardware/wifi.nix
|
2021-09-01 14:37:36 +00:00
|
|
|
|
2021-11-01 20:33:21 +00:00
|
|
|
# Programs
|
|
|
|
./programs/alacritty
|
|
|
|
./programs/emacs
|
|
|
|
./programs/firefox
|
|
|
|
./programs/gnome
|
|
|
|
./programs/gnome-terminal
|
|
|
|
./programs/i18n # TODO: Move to toplevel
|
|
|
|
./programs/mpv
|
|
|
|
./programs/git
|
|
|
|
./programs/sway
|
|
|
|
./programs/swaync
|
|
|
|
./programs/tmux
|
|
|
|
./programs/waybar
|
|
|
|
./programs/zsh
|
|
|
|
./programs/xournalpp
|
|
|
|
|
|
|
|
# Services
|
|
|
|
./services/kanshi
|
|
|
|
./services/key-mapper
|
|
|
|
./services/gamemode
|
|
|
|
|
|
|
|
# User
|
|
|
|
#./users/default.nix
|
|
|
|
./users/alexander.nix
|
|
|
|
./users/fuck-xi.nix
|
|
|
|
|
|
|
|
# Offloading
|
|
|
|
./offloading/builder.nix
|
|
|
|
./offloading/offload.nix
|
|
|
|
|
|
|
|
# Virtualisation
|
|
|
|
./virtualisation/default.nix
|
|
|
|
./virtualisation/gaming.nix
|
|
|
|
|
|
|
|
# Pure options
|
|
|
|
./base.nix
|
|
|
|
];
|
2021-09-01 14:37:36 +00:00
|
|
|
}
|