nix: Update
This commit is contained in:
@ -177,6 +177,9 @@ in rec {
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.nvidia.acceptLicense = true;
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-24.8.6"
|
||||
];
|
||||
|
||||
environment.etc."manual-links/xfce4-notifyd".source =
|
||||
"${pkgs.xfce.xfce4-notifyd}/lib/xfce4/notifyd/xfce4-notifyd";
|
||||
@ -304,7 +307,7 @@ in rec {
|
||||
|
||||
nomacs
|
||||
rocketchat-desktop
|
||||
zotero
|
||||
# zotero
|
||||
inkscape
|
||||
pulseaudio
|
||||
gcolor3
|
||||
|
Reference in New Issue
Block a user