nichts/hosts/lars/dyonisos/configuration.nix
2024-04-12 19:30:10 +02:00

15 lines
272 B
Nix

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