nichts/hosts/lars/dyonisos/configuration.nix
2024-04-14 23:11:54 +02:00

15 lines
272 B
Nix

{ config, inputs, pkgs, ... }:
{
modules = {
other = {
system = {
hostname = "dyonisos";
username = "lars";
};
};
hyprland = {
enable = true;
monitor = [",preferred,auto,2"];
};
};
}