dotfiles/config/nix/curacao.nix

13 lines
206 B
Nix
Raw Normal View History

2023-10-28 22:09:36 +02:00
{ ... }:
{
imports = [
<nixos-hardware/dell/g3/3779>
./os/loader.nix
];
2023-11-22 00:52:31 +01:00
networking.hostName = "curacao";
2023-11-21 21:01:56 +01:00
frogeye.extra = true;
2023-11-22 14:05:48 +01:00
frogeye.desktop.xorg = true;
2023-11-22 16:32:20 +01:00
frogeye.dev.docker = true;
2023-10-28 22:09:36 +02:00
}