workstation/configuration.nix | added sshuttle, re-enable override for electron-21.4.0
This commit is contained in:
parent
2c299debb2
commit
a74e640a54
1 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ in
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
#nixpkgs.config.permittedInsecurePackages = [ "electron-21.4.0" ];
|
nixpkgs.config.permittedInsecurePackages = [ "electron-21.4.0" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
python-with-my-packages
|
python-with-my-packages
|
||||||
|
|
@ -186,6 +186,7 @@ in
|
||||||
rofi
|
rofi
|
||||||
ruby
|
ruby
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
sshuttle
|
||||||
source-code-pro
|
source-code-pro
|
||||||
steam
|
steam
|
||||||
stellarium
|
stellarium
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue