setup sway vm
This commit is contained in:
parent
e67707b0f0
commit
35fa5b6bda
10 changed files with 118 additions and 111 deletions
33
flake.nix
33
flake.nix
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue