framework: nix-index, nh, qt, comma
This commit is contained in:
parent
1d5773e013
commit
200e9eb7da
3 changed files with 6 additions and 46 deletions
44
flake.nix
44
flake.nix
|
|
@ -52,22 +52,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
FCS-Tristan-Nixbook = mkConf {
|
||||
nixos-modules = [
|
||||
./hardware/fcs-tristan-nixbook.nix
|
||||
./nixos/workstation.nix
|
||||
./nixos/modules/work.nix
|
||||
./nixos/programs/cosmic.nix
|
||||
./nixos/programs/libvertd.nix
|
||||
./nixos/programs/hyprland.nix
|
||||
];
|
||||
home-modules = [
|
||||
./home/programs/work.nix
|
||||
./home/programs/graphical.nix
|
||||
./home/desktop/cosmic/laptop.nix
|
||||
];
|
||||
};
|
||||
|
||||
framework-13 = mkConf {
|
||||
nixos-modules = [
|
||||
./hardware/framework-13.nix
|
||||
|
|
@ -102,26 +86,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
vm-sway =
|
||||
builtins.trace ''
|
||||
use super+enter to start a terminal.
|
||||
use super+d to launch applications
|
||||
|
||||
start the vm with '-vga qxl' or '-vga virtio'
|
||||
''
|
||||
mkConf
|
||||
{
|
||||
nixos-modules = [
|
||||
./hardware/vm.nix
|
||||
(auto-login "sway")
|
||||
./nixos/workstation.nix
|
||||
];
|
||||
home-modules = [
|
||||
./home/desktop/sway/.
|
||||
./home/workstation.nix
|
||||
];
|
||||
};
|
||||
|
||||
vm-cosmic =
|
||||
mkConf
|
||||
{
|
||||
|
|
@ -136,14 +100,6 @@
|
|||
};
|
||||
|
||||
vm-hyprland =
|
||||
builtins.trace ''
|
||||
use super+enter to start a terminal.
|
||||
use super+d to launch applications
|
||||
|
||||
Hyprland is VERY SLOW in the VM.
|
||||
|
||||
start with '-vga virtio'
|
||||
''
|
||||
mkConf
|
||||
{
|
||||
nixos-modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue