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 {
|
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 = [
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
qt.enable = true;
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue