Compare commits
No commits in common. "f11852abdc8cd34609add2a790c880c6a34066e4" and "f97c01a604016dd95edd08945a585093d11b2220" have entirely different histories.
f11852abdc
...
f97c01a604
2 changed files with 30 additions and 42 deletions
|
@ -54,20 +54,18 @@ in
|
||||||
mfact = 0.65;
|
mfact = 0.65;
|
||||||
new_status = "master";
|
new_status = "master";
|
||||||
new_on_top = true;
|
new_on_top = true;
|
||||||
drop_at_cursor = false;
|
no_gaps_when_only = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
"col.shadow" = "rgba(1E202966)";
|
||||||
dim_around = 0.6;
|
dim_around = 0.6;
|
||||||
dim_inactive = true;
|
drop_shadow = "yes";
|
||||||
rounding = 5;
|
rounding = 5;
|
||||||
shadow = {
|
shadow_range = 60;
|
||||||
color = "rgba(1E202966)";
|
shadow_offset = "1 2";
|
||||||
offset = "1 2";
|
shadow_render_power = 3;
|
||||||
range = 60;
|
shadow_scale = 0.97;
|
||||||
render_power = 3;
|
|
||||||
scale = 0.97;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
monitor = [
|
monitor = [
|
||||||
|
|
|
@ -1,35 +1,25 @@
|
||||||
_:
|
_: {
|
||||||
let
|
environment.persistence."/persist/system" = {
|
||||||
persistant-path = "/persist/system";
|
hideMounts = true;
|
||||||
in
|
directories = [
|
||||||
{
|
"/etc/NetworkManager/system-connections"
|
||||||
environment = {
|
"/etc/systemd/nspawn"
|
||||||
etc = {
|
"/root/.local/share/nix"
|
||||||
"machine-id" = {
|
"/var/cache/fwupd"
|
||||||
enable = true;
|
"/var/lib/bluetooth"
|
||||||
source = "${persistant-path}/machine-id";
|
"/var/lib/btrfs"
|
||||||
mode = "symlink";
|
"/var/lib/fwupd"
|
||||||
};
|
"/var/lib/iwd"
|
||||||
};
|
"/var/lib/libvirt"
|
||||||
persistence."${persistant-path}" = {
|
"/var/lib/machines"
|
||||||
hideMounts = true;
|
"/var/lib/NetworkManager"
|
||||||
directories = [
|
"/var/lib/nixos"
|
||||||
"/etc/NetworkManager/system-connections"
|
"/var/lib/portables"
|
||||||
"/etc/systemd/nspawn"
|
"/var/lib/systemd"
|
||||||
"/root/.local/share/nix"
|
"/var/log"
|
||||||
"/var/cache/fwupd"
|
];
|
||||||
"/var/lib/bluetooth"
|
files = [
|
||||||
"/var/lib/btrfs"
|
"/etc/machine-id"
|
||||||
"/var/lib/fwupd"
|
];
|
||||||
"/var/lib/iwd"
|
|
||||||
"/var/lib/libvirt"
|
|
||||||
"/var/lib/machines"
|
|
||||||
"/var/lib/NetworkManager"
|
|
||||||
"/var/lib/nixos"
|
|
||||||
"/var/lib/portables"
|
|
||||||
"/var/lib/systemd"
|
|
||||||
"/var/log"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue