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

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

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