pantheon/systems/x86_64-linux/desktop.nix

28 lines
577 B
Nix

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