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

    ../../system

    ../../services
  ];

  system.stateVersion = "23.05";
}