mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
10 lines
195 B
Nix
10 lines
195 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ./default.nix ];
|
|
|
|
home-manager.users.seb = {
|
|
myConfig.de.theme = "light";
|
|
|
|
wayland.windowManager.hyprland.settings.monitor = "eDP-1,1920x1080@60,0x0,1";
|
|
};
|
|
}
|