Update hosts/default/config.nix
This commit is contained in:
parent
41370cf430
commit
f01c514c04
@ -237,6 +237,10 @@ in
|
|||||||
mutableUsers = true;
|
mutableUsers = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"electron-27.3.11"
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libreoffice
|
libreoffice
|
||||||
logseq
|
logseq
|
||||||
|
Loading…
Reference in New Issue
Block a user