vms: fix
This commit is contained in:
parent
fcf3d41303
commit
46ca5cc665
2 changed files with 5 additions and 17 deletions
|
|
@ -70,8 +70,10 @@
|
||||||
[
|
[
|
||||||
./hardware/vm.nix
|
./hardware/vm.nix
|
||||||
(auto-login "sway")
|
(auto-login "sway")
|
||||||
|
./nixos/workstation.nix
|
||||||
] [
|
] [
|
||||||
./home/desktop/sway/.
|
./home/desktop/sway/.
|
||||||
|
./home/workstation.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
vm-hyprland =
|
vm-hyprland =
|
||||||
|
|
@ -86,9 +88,11 @@
|
||||||
mkConf
|
mkConf
|
||||||
[
|
[
|
||||||
./hardware/vm.nix
|
./hardware/vm.nix
|
||||||
(./nixos/programs/auto-login.nix "Hyprland")
|
(auto-login "Hyprland")
|
||||||
|
./nixos/workstation.nix
|
||||||
] [
|
] [
|
||||||
./home/desktop/hyprland/.
|
./home/desktop/hyprland/.
|
||||||
|
./home/workstation.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
vm-tty = mkConf [
|
vm-tty = mkConf [
|
||||||
|
|
|
||||||
|
|
@ -11,20 +11,4 @@ in {
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
displays.displays = {
|
|
||||||
Virtual-1 = {
|
|
||||||
enable = true;
|
|
||||||
name = "Virtual-1";
|
|
||||||
workspaces = {
|
|
||||||
start = 1;
|
|
||||||
end = 10;
|
|
||||||
};
|
|
||||||
resolution = {
|
|
||||||
x = 1920;
|
|
||||||
y = 1080;
|
|
||||||
freq = 60;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue