feat(desktop/firefox): add synced profile support and move desktop config

This commit is contained in:
Mohammad Rafiq 2025-06-13 21:09:43 +08:00
parent 7e256c954d
commit 02c356494a
No known key found for this signature in database
6 changed files with 82 additions and 47 deletions

View file

@ -1,5 +1,8 @@
{ lib, ... }:
{
imports = [
../common.nix
../desktop.nix
];
system = {
hostname = "mellinoe";
@ -14,20 +17,4 @@
};
platform = "intel";
};
desktop = {
windowManager = "hyprland";
browser = "firefox";
terminal = "ghostty";
lockscreen = "hyprlock";
notification-daemon = "mako";
launcher = "fuzzel";
status-bar = "waybar";
mainMonitor = {
id = "BOE 0x088B";
scale = "2";
resolution = "1920x1280";
refresh-rate = "60";
};
};
}