enable discord and rnix

This commit is contained in:
Noa Aarts 2024-06-19 18:07:13 +02:00
parent 6e708f24b8
commit f6b4455103
2 changed files with 9 additions and 9 deletions

View file

@ -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 = [

View file

@ -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.