niksos/hosts/niks/default.nix

13 lines
225 B
Nix
Raw Normal View History

_: {
2023-07-13 12:49:20 +02:00
imports = [
2024-04-21 23:09:40 +02:00
./quickshell
2023-07-13 12:49:20 +02:00
./configuration.nix
2023-10-03 19:22:24 +02:00
./fcitx5.nix
2023-07-13 12:49:20 +02:00
./hardware-configuration.nix
2024-02-15 17:04:34 +01:00
./profile.nix
./programs.nix
2023-10-03 19:22:24 +02:00
#./restic.nix
./waybar.nix
2023-07-13 12:49:20 +02:00
];
}