forked from extern/nix-config
chore: Run nixpkgs-fmt
This commit is contained in:
parent
cdf9652a34
commit
f08e4ca34f
@ -20,10 +20,21 @@ in
|
|||||||
programs.bat.enable = true;
|
programs.bat.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
go gopls
|
go
|
||||||
nil alejandra nixpkgs-fmt nixfmt
|
gopls
|
||||||
nodejs yarn deno
|
nil
|
||||||
gcc rustc rustfmt cargo rust-analyzer bacon
|
alejandra
|
||||||
|
nixpkgs-fmt
|
||||||
|
nixfmt
|
||||||
|
nodejs
|
||||||
|
yarn
|
||||||
|
deno
|
||||||
|
gcc
|
||||||
|
rustc
|
||||||
|
rustfmt
|
||||||
|
cargo
|
||||||
|
rust-analyzer
|
||||||
|
bacon
|
||||||
marksman
|
marksman
|
||||||
lua-language-server
|
lua-language-server
|
||||||
clang-tools
|
clang-tools
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
sed -i 's/zext_workspace_handle_v1_activate(workspace_handle_);/const std::string command = "hyprctl dispatch workspace e+1";\n\tsystem(command.c_str());/g' src/modules/wlr/workspace_manager.cpp
|
sed -i 's/zext_workspace_handle_v1_activate(workspace_handle_);/const std::string command = "hyprctl dispatch workspace e+1";\n\tsystem(command.c_str());/g' src/modules/wlr/workspace_manager.cpp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
mesonFlags = old.mesonFlags ++ ["-Dexperimental=true"];
|
mesonFlags = old.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user