dot_testing/xps.nix

13 lines
176 B
Nix
Raw Normal View History

2023-07-16 07:51:01 -05:00
{ lib, config, pkgs, ...}:
{
imports = [
./desktop.nix
];
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
networking.hostName = "xps";
}