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