Testing new packages (for pbp
)
This commit is contained in:
parent
d605d7d8ff
commit
e5ca6feeff
32 changed files with 152 additions and 395 deletions
|
@ -1,8 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
cura
|
||||
];
|
||||
home.packages = with pkgs; [ ] ++
|
||||
(if !stdenv.hostPlatform.isAarch64 then [
|
||||
cura # cura is currently broken on aarch64
|
||||
] else [ ]);
|
||||
home.sessionVariables = {
|
||||
QT_QPA_PLATFORM = "xcb";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue