framework: nix-index, nh, qt, comma

This commit is contained in:
tristan 2025-06-13 11:53:32 +01:00
parent 1d5773e013
commit 200e9eb7da
3 changed files with 6 additions and 46 deletions

View file

@ -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 { framework-13 = mkConf {
nixos-modules = [ nixos-modules = [
./hardware/framework-13.nix ./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 = vm-cosmic =
mkConf mkConf
{ {
@ -136,14 +100,6 @@
}; };
vm-hyprland = 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 mkConf
{ {
nixos-modules = [ nixos-modules = [

View file

@ -96,8 +96,7 @@ in {
sops sops
lsof lsof
nix-tree nix-tree
nix-index comma
nh
jq jq
]; ];
@ -109,4 +108,8 @@ in {
enable = true; enable = true;
enabledCollectors = ["systemd"]; enabledCollectors = ["systemd"];
}; };
programs.nix-index.enable = true;
programs.nh.enable = true;
} }

View file

@ -53,6 +53,7 @@
}; };
}; };
}; };
qt.enable = true;
nixpkgs.overlays = [ nixpkgs.overlays = [
(final: prev: { (final: prev: {