nichts/hosts/lars/dyonisos/configuration.nix
2024-04-12 22:03:29 +02:00

15 lines
270 B
Nix

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