nichts/hosts/vali/mars/default.nix

12 lines
191 B
Nix
Raw Normal View History

2024-04-10 17:56:10 +02:00
_: {
imports = [
./configuration.nix
./programs.nix
./hardware-configuration.nix
./profile.nix
2024-04-27 23:46:38 +02:00
./awesome/awesome.nix
2024-05-04 15:00:14 +02:00
./hyprland/hyprland.nix
2024-04-14 14:35:10 +02:00
2024-04-10 17:56:10 +02:00
];
}