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

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

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