NixOS-Config/system/programs/default.nix

12 lines
122 B
Nix
Raw Normal View History

{ ... }: {
imports = [
./appimage
./gaming
./git
./school
./sway
./theming
./wayland
];
}