2021-09-01 14:37:36 +00:00
|
|
|
{
|
2021-11-01 20:33:21 +00:00
|
|
|
imports = [
|
|
|
|
# Hardware modules
|
|
|
|
./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
|
2022-03-27 10:30:13 +00:00
|
|
|
./programs/gdm
|
2021-11-01 20:33:21 +00:00
|
|
|
./programs/gnome-terminal
|
|
|
|
./programs/mpv
|
|
|
|
./programs/git
|
|
|
|
./programs/sway
|
|
|
|
./programs/swaync
|
|
|
|
./programs/tmux
|
|
|
|
./programs/waybar
|
|
|
|
./programs/zsh
|
|
|
|
./programs/xournalpp
|
2021-11-15 22:28:01 +00:00
|
|
|
./programs/plasma
|
2021-12-12 14:32:53 +00:00
|
|
|
./programs/office
|
2022-02-02 11:08:36 +00:00
|
|
|
./programs/gaming
|
2022-03-31 14:53:42 +00:00
|
|
|
./programs/bluray
|
2022-04-23 18:12:59 +00:00
|
|
|
./programs/direnv
|
2022-05-22 18:42:18 +00:00
|
|
|
./programs/obs
|
2021-11-01 20:33:21 +00:00
|
|
|
|
|
|
|
# Services
|
|
|
|
./services/kanshi
|
2022-02-02 14:55:38 +00:00
|
|
|
./services/input-remapper
|
2021-11-01 20:33:21 +00:00
|
|
|
./services/gamemode
|
2021-11-04 16:42:12 +00:00
|
|
|
./services/i18n
|
2022-02-14 17:34:04 +00:00
|
|
|
./services/greetd
|
2022-04-27 11:10:16 +00:00
|
|
|
./services/cups
|
2022-05-29 17:07:00 +00:00
|
|
|
./services/logiops
|
2021-11-01 20:33:21 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2022-05-13 10:51:12 +00:00
|
|
|
# Security
|
|
|
|
./security/apparmor.nix
|
|
|
|
|
2021-11-01 20:33:21 +00:00
|
|
|
# Pure options
|
|
|
|
./base.nix
|
|
|
|
];
|
2021-09-01 14:37:36 +00:00
|
|
|
}
|