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; [
|
home.packages = with pkgs; [
|
||||||
# (symlinkJoin {
|
(symlinkJoin {
|
||||||
# name = "discord";
|
name = "discord";
|
||||||
# paths = [
|
paths = [
|
||||||
# (writeShellScriptBin "discord" ''${discord}/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
(writeShellScriptBin "discord" ''${discord}/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
||||||
# (writeShellScriptBin "Discord" ''${discord}/bin/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
(writeShellScriptBin "Discord" ''${discord}/bin/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
||||||
# discord
|
discord
|
||||||
# ];
|
];
|
||||||
# })
|
})
|
||||||
(symlinkJoin {
|
(symlinkJoin {
|
||||||
name = "vesktop";
|
name = "vesktop";
|
||||||
paths = [
|
paths = [
|
||||||
|
|
|
||||||
|
|
@ -589,7 +589,7 @@ require("lazy").setup({
|
||||||
|
|
||||||
go = { "gopls" },
|
go = { "gopls" },
|
||||||
|
|
||||||
nix = { "nixpkgs-fmt" },
|
nix = { "rnix", "nixpkgs-fmt" },
|
||||||
--
|
--
|
||||||
-- You can use a sub-list to tell conform to run *until* a formatter
|
-- You can use a sub-list to tell conform to run *until* a formatter
|
||||||
-- is found.
|
-- is found.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue