aboutsummaryrefslogtreecommitdiff
path: root/host/asterix.nix
blob: ea19353e07def7ea3293b218a9cc6cfeb0979766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ pkgs, ... }:

{
  imports = [
    ../gui/default.nix
    ../gui/autorandr.nix
    ../gui/networkmanager.nix
  ];

  home.packages = with pkgs; [
    acpi
  ];
}