Make m1-linux run again!
This commit is contained in:
parent
7684299ddc
commit
b8e1b46b5c
8 changed files with 100 additions and 57 deletions
|
@ -139,8 +139,11 @@ in
|
|||
{ command = "${cfg.browser}"; }
|
||||
] ++ (if cfg.discord != null then [
|
||||
{ command = "${cfg.discord}"; }
|
||||
{ command = "${pkgs.premid}/bin/premid"; }
|
||||
] else [ ]);
|
||||
] ++ lib.lists.optional
|
||||
(!pkgs.stdenv.isAarch64)
|
||||
(
|
||||
{ command = "${pkgs.premid}/bin/premid"; }
|
||||
) else [ ]);
|
||||
|
||||
### Keybindings
|
||||
#
|
||||
|
@ -642,3 +645,4 @@ in
|
|||
font-awesome
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue