nichts/hosts/lars/dyonisos/configuration.nix

16 lines
272 B
Nix
Raw Normal View History

2024-04-12 07:09:49 +02:00
{ config, inputs, pkgs, ... }:
{
myOptions = {
other = {
system = {
hostname = "dyonisos";
username = "lars";
};
};
2024-04-12 19:30:10 +02:00
hyprland = {
enable = true;
monitor = ",preferred,auto,1";
};
2024-04-12 07:09:49 +02:00
};
}