forked from M-Labs/it-infra
nixops: use wayland versions of thunderbird and firefox
This commit is contained in:
parent
d061a3386c
commit
9624dec47a
|
@ -35,7 +35,7 @@ in
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
opensc yubikey-manager yubikey-manager-qt yubico-piv-tool
|
opensc yubikey-manager yubikey-manager-qt yubico-piv-tool
|
||||||
wget vim gitAndTools.gitFull sshfs firefox chromium thunderbird hexchat
|
wget vim gitAndTools.gitFull sshfs firefox-wayland chromium thunderbird-wayland hexchat
|
||||||
usbutils pciutils uhubctl file lm_sensors audacious acpi
|
usbutils pciutils uhubctl file lm_sensors audacious acpi
|
||||||
gimp imagemagick
|
gimp imagemagick
|
||||||
(python3.withPackages(ps: with ps; [ numpy scipy matplotlib qtconsole regex ]))
|
(python3.withPackages(ps: with ps; [ numpy scipy matplotlib qtconsole regex ]))
|
||||||
|
|
Loading…
Reference in New Issue