chore: update ?

This commit is contained in:
Xavier Morel
2026-03-06 16:55:55 +01:00
parent f785550f4e
commit df56cfb971
7 changed files with 93 additions and 53 deletions

View File

@@ -37,7 +37,36 @@
};
home-manager.enable = true;
rofi.enable = true;
noctalia-shell.enable = true;
noctalia-shell = {
# https://docs.noctalia.dev/getting-started/nixos/#config-ref
enable = true;
settings = {
settingsVersion = 0;
bar = {
widgets.left = [
{ id = "ControlCenter"; }
{ id = "Launcher"; }
{ id = "SystemMonitor"; }
{ id = "MediaMini"; }
];
widgets.center = [
{ id = "Workspace"; }
{ id = "ActiveWindow"; }
];
widgets.right = [
{ id = "Tray"; }
{ id = "NotificationHistory"; }
{ id = "Battery"; }
{ id = "Volume"; }
{ id = "Brightness"; }
{ id = "Clock"; }
];
};
location = {
name = "Plélan-le-Grand";
};
};
};
quickshell.enable = true;
alacritty.enable = true;
kitty.enable = true;
@@ -249,4 +278,5 @@
};
};
stylix.targets.firefox.profileNames = [ "default" ];
stylix.targets.zen-browser.profileNames = [ "default" ];
}