whalebird
This commit is contained in:
parent
c7d050e3ad
commit
403cd67696
|
@ -35,10 +35,9 @@
|
|||
};
|
||||
}
|
||||
);
|
||||
in
|
||||
{
|
||||
in rec {
|
||||
|
||||
nixosConfigurations.lambda = nixpkgs.lib.nixosSystem rec {
|
||||
nixosConfigurations.lambda = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
nix-config-module
|
||||
|
@ -49,7 +48,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
nixosConfigurations.computational = nixpkgs.lib.nixosSystem rec {
|
||||
nixosConfigurations.computational = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
nix-config-module
|
||||
|
|
|
@ -82,6 +82,7 @@ in
|
|||
prismlauncher
|
||||
vimv
|
||||
rzk
|
||||
whalebird
|
||||
];
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
|
|
|
@ -47,6 +47,9 @@
|
|||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-21.4.4" # needed for whalebird
|
||||
];
|
||||
|
||||
# [DESKTOP / XORG / WAYLAND]
|
||||
services.xserver = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user