enable discord and rnix
This commit is contained in:
parent
6e708f24b8
commit
f6b4455103
2 changed files with 9 additions and 9 deletions
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# (symlinkJoin {
|
||||
# name = "discord";
|
||||
# paths = [
|
||||
# (writeShellScriptBin "discord" ''${discord}/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
||||
# (writeShellScriptBin "Discord" ''${discord}/bin/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
||||
# discord
|
||||
# ];
|
||||
# })
|
||||
(symlinkJoin {
|
||||
name = "discord";
|
||||
paths = [
|
||||
(writeShellScriptBin "discord" ''${discord}/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
||||
(writeShellScriptBin "Discord" ''${discord}/bin/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
||||
discord
|
||||
];
|
||||
})
|
||||
(symlinkJoin {
|
||||
name = "vesktop";
|
||||
paths = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue