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

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

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