mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
only use x86_64-linux exclusive packages when on that arch (#9)
This commit is contained in:
@@ -47,11 +47,6 @@ let
|
||||
vlc
|
||||
signal-desktop
|
||||
|
||||
# Commercial GUIs
|
||||
typora
|
||||
dropbox
|
||||
spotify
|
||||
|
||||
# Development tools
|
||||
github-desktop
|
||||
gh
|
||||
@@ -59,6 +54,10 @@ let
|
||||
# Containers
|
||||
docker-compose
|
||||
ffmpeg
|
||||
] ++ lib.optionals (pkgs.system == "x86_64-linux") [
|
||||
typora
|
||||
dropbox
|
||||
spotify
|
||||
];
|
||||
|
||||
# Only allow excluding discretionary packages to prevent breaking the system
|
||||
|
||||
Reference in New Issue
Block a user