about summary refs log tree commit diff stats
path: root/hosts/IDOHVE/configuration.nix
blob: a3cf2b2c5660c089441428b2e0687416c41839e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# vim: ts=2
{
  config,
  lib,
  nixpkgs,
  home-manager,
  ...
}: {
  imports = [
    ./hardware.nix
    ./gpu.nix
    ./networking.nix

    ../../system/packages.nix
    ../../system/users.nix

    ../../services/nix.nix
    ../../services/zsh.nix
  ];


  system.stateVersion = "23.05";
}