flakes/hosts/winter.nix

23 lines
326 B
Nix
Raw Normal View History

{ config, modules, overlays, pkgs, ... }: {
2021-05-11 14:32:58 +07:00
networking.hostName = "winter";
system.stateVersion = "20.09";
imports = with modules.system; [
audio
base
filesystem-winter
gui
2021-07-15 19:07:57 +07:00
input
kernel
kernel-winter
networking
2021-07-15 20:26:09 +07:00
nix
packages
security
snapper
../users/rin.nix
2021-05-11 14:32:58 +07:00
];
}