niksos/hosts/niks/default.nix
jacekpoz 0f70ec9680
remove waybar module and make each host define it themselves
this will be cleaner anyway once I move to quickshell
2024-03-09 14:25:42 +01:00

12 lines
227 B
Nix

_: {
imports = [
./configuration.nix
./fcitx5.nix
./hardware-configuration.nix
./profile.nix
./programs.nix
#./restic.nix
./waybar.nix
./waydroid.nix
];
}