setup sway vm

This commit is contained in:
tristan 2024-01-06 22:35:25 +00:00
parent e67707b0f0
commit 35fa5b6bda
10 changed files with 118 additions and 111 deletions

View file

@ -36,17 +36,32 @@
./home/programs/personal.nix
];
vm = mkConf [
FCS-Tristan-Nixbook =
mkConf [
./hardware/fcs-tristan-nixbook.nix
./nixos/programs/hyprland.nix
./nixos/modules/work.nix
] [
./home/programs/work.nix
];
vm-sway =
builtins.trace ''
I haven't finished configuring sway yet.
use alt+enter to start a terminal.
use alt+d to launch applications
start the vm with '-vga qxl'
''
mkConf
[
./hardware/vm.nix
./nixos/programs/sway.nix
] [];
vm-tty = mkConf [
./hardware/vm.nix
] [];
FCS-Tristan-Nixbook = mkConf [
./hardware/fcs-tristan-nixbook.nix
./nixos/programs/hyprland.nix
./nixos/modules/work.nix
] [
./home/programs/work.nix
];
};
};
}