desktopCraige: add googleearth-pro to insecure packages
This commit is contained in:
parent
b9a3528bf7
commit
267fe55c68
|
@ -11,6 +11,10 @@
|
||||||
../profiles/spotify.nix # Spotify settings
|
../profiles/spotify.nix # Spotify settings
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"googleearth-pro-7.3.4.8248"
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
byobu # text-based window manager and terminal multiplexer.
|
byobu # text-based window manager and terminal multiplexer.
|
||||||
googleearth-pro # A world sphere viewer
|
googleearth-pro # A world sphere viewer
|
||||||
|
|
Loading…
Reference in a new issue