forked from colonelpanic/dotfiles
[NixOS] Move bitwarden to x86 only section
This commit is contained in:
parent
284f01e9df
commit
1e8ecb4e5d
@ -57,7 +57,6 @@ makeEnable config "modules.desktop" true {
|
|||||||
|
|
||||||
# Desktop
|
# Desktop
|
||||||
alacritty
|
alacritty
|
||||||
bitwarden
|
|
||||||
blueman
|
blueman
|
||||||
clipit
|
clipit
|
||||||
dfeet
|
dfeet
|
||||||
@ -105,8 +104,9 @@ makeEnable config "modules.desktop" true {
|
|||||||
graphviz
|
graphviz
|
||||||
nodePackages.mermaid-cli
|
nodePackages.mermaid-cli
|
||||||
] ++ (if pkgs.system == "x86_64-linux" then with pkgs; [
|
] ++ (if pkgs.system == "x86_64-linux" then with pkgs; [
|
||||||
etcher
|
bitwarden
|
||||||
discord
|
discord
|
||||||
|
etcher
|
||||||
google-chrome
|
google-chrome
|
||||||
keybase-gui
|
keybase-gui
|
||||||
pommed_light
|
pommed_light
|
||||||
|
Loading…
Reference in New Issue
Block a user