23 lines
544 B
Nix
23 lines
544 B
Nix
{
|
|
desktop = {
|
|
enable = true;
|
|
browser.firefox.enable = true;
|
|
lockscreen.hyprlock.enable = true;
|
|
launcher.fuzzel.enable = true;
|
|
media-player.vlc.enable = true;
|
|
windowManager = "hyprland";
|
|
terminal = "ghostty";
|
|
notification-daemon = "mako";
|
|
status-bar = "waybar";
|
|
mainMonitor = {
|
|
id = "desc:OOO AN-270W04K";
|
|
scale = "2";
|
|
resolution = "3840x2160";
|
|
refresh-rate = "60";
|
|
};
|
|
enableSpotifyd = true;
|
|
enableSteam = true;
|
|
enableVR = true;
|
|
enableSunshine = true;
|
|
};
|
|
}
|