style: nixfmt
This commit is contained in:
parent
be29f1c4fb
commit
6c71035586
@ -25,15 +25,14 @@ in
|
||||
layer = "top";
|
||||
position = "top";
|
||||
# margin = "8 8 0 8";
|
||||
modules-left =
|
||||
[
|
||||
"hyprland/workspaces"
|
||||
"wireplumber"
|
||||
]
|
||||
++ lib.optionals cfg.laptopWidgets [
|
||||
"battery"
|
||||
"backlight"
|
||||
];
|
||||
modules-left = [
|
||||
"hyprland/workspaces"
|
||||
"wireplumber"
|
||||
]
|
||||
++ lib.optionals cfg.laptopWidgets [
|
||||
"battery"
|
||||
"backlight"
|
||||
];
|
||||
modules-center = [ "hyprland/window" ];
|
||||
modules-right = [
|
||||
"tray"
|
||||
|
@ -109,17 +109,16 @@ in
|
||||
"/var/cache"
|
||||
];
|
||||
persist.state = {
|
||||
directories =
|
||||
[
|
||||
"/var/lib/nixos"
|
||||
"/var/lib/systemd"
|
||||
]
|
||||
++ lib.optionals config.services.mysql.enable [
|
||||
config.services.mysql.dataDir
|
||||
]
|
||||
++ lib.optionals config.services.postgresql.enable [
|
||||
"/var/lib/postgresql"
|
||||
];
|
||||
directories = [
|
||||
"/var/lib/nixos"
|
||||
"/var/lib/systemd"
|
||||
]
|
||||
++ lib.optionals config.services.mysql.enable [
|
||||
config.services.mysql.dataDir
|
||||
]
|
||||
++ lib.optionals config.services.postgresql.enable [
|
||||
"/var/lib/postgresql"
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
|
Loading…
x
Reference in New Issue
Block a user