mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Removes Quartus from base linux home packages
This commit is contained in:
parent
d44754da38
commit
4e1f6fa13e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in {
|
|||
++ (
|
||||
if pkgs.stdenv.isAarch64
|
||||
then [firefox-wv]
|
||||
else [firefox discord (quartus-prime-lite.override (old: {supportedDevices = ["Cyclone V"];}))]
|
||||
else [firefox discord]
|
||||
);
|
||||
|
||||
# notifications daemon
|
||||
|
|
Loading…
Add table
Reference in a new issue