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 = [
|
||||
|
|
|
|||
|
|
@ -589,7 +589,7 @@ require("lazy").setup({
|
|||
|
||||
go = { "gopls" },
|
||||
|
||||
nix = { "nixpkgs-fmt" },
|
||||
nix = { "rnix", "nixpkgs-fmt" },
|
||||
--
|
||||
-- You can use a sub-list to tell conform to run *until* a formatter
|
||||
-- is found.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue