1
Fork 0
satellite/hosts/nixos/euporie/default.nix
2023-05-28 02:00:10 +02:00

18 lines
392 B
Nix

{
imports = [
../common/global
../common/optional/pipewire.nix
../common/optional/touchpad.nix
../common/optional/lightdm.nix
../common/optional/xdg-portal.nix
../common/optional/hyprland.nix
];
# Set the name of this machine!
networking.hostName = "euporie";
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "22.11";
}