cambia uuid de disco que bootea, updatea i3config
This commit is contained in:
parent
2c7c668191
commit
3a3c46d7d9
|
@ -25,7 +25,7 @@ in {
|
|||
"/" = subvol "root";
|
||||
"/toplevel" = subvol "/";
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/98C2-560B";
|
||||
device = "/dev/disk/by-uuid/B007-B007";
|
||||
fsType = "vfat";
|
||||
options = ["umask=027"];
|
||||
};
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
hideEdgeBorders = "both";
|
||||
};
|
||||
|
||||
floating = {
|
||||
border = 0;
|
||||
};
|
||||
|
||||
# mkOptionDefault hace que se ponga la config por default
|
||||
# y se sobreescriba las cosas que pongo acA
|
||||
# NO QUITARLO. ver man home-configuration.nix
|
||||
|
@ -58,24 +62,24 @@
|
|||
always = true;
|
||||
}
|
||||
{
|
||||
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace $ws1; exec ${pkgs.firefox}/bin/firefox'";
|
||||
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 1; exec ${pkgs.firefox}/bin/firefox'";
|
||||
}
|
||||
{
|
||||
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace $ws1; exec ${pkgs.tdesktop}/bin/telegram-desktop'";
|
||||
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 1; exec ${pkgs.tdesktop}/bin/telegram-desktop'";
|
||||
}
|
||||
{
|
||||
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace $ws1; exec ${pkgs.signal-desktop}/bin/signal-desktop'";
|
||||
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 1; exec ${pkgs.signal-desktop}/bin/signal-desktop'";
|
||||
}
|
||||
];
|
||||
|
||||
workspaceOutputAssign = [
|
||||
{
|
||||
output = "DisplayPort-0";
|
||||
workspace = "$ws1";
|
||||
workspace = "1";
|
||||
}
|
||||
{
|
||||
output = "DisplayPort-1";
|
||||
workspace = "$ws10";
|
||||
workspace = "10";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue