chore: update ?
This commit is contained in:
@@ -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" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user