forked from extern/nix-config
chore: Run nixpkgs-fmt
This commit is contained in:
parent
cdf9652a34
commit
f08e4ca34f
@ -35,7 +35,7 @@ in
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
audacity # Audio editing
|
||||
audacity # Audio editing
|
||||
gimp # Video editing
|
||||
anki # Spaced repetition
|
||||
sqlitebrowser # SQL
|
||||
|
@ -20,10 +20,21 @@ in
|
||||
programs.bat.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
go gopls
|
||||
nil alejandra nixpkgs-fmt nixfmt
|
||||
nodejs yarn deno
|
||||
gcc rustc rustfmt cargo rust-analyzer bacon
|
||||
go
|
||||
gopls
|
||||
nil
|
||||
alejandra
|
||||
nixpkgs-fmt
|
||||
nixfmt
|
||||
nodejs
|
||||
yarn
|
||||
deno
|
||||
gcc
|
||||
rustc
|
||||
rustfmt
|
||||
cargo
|
||||
rust-analyzer
|
||||
bacon
|
||||
marksman
|
||||
lua-language-server
|
||||
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
|
||||
'';
|
||||
|
||||
mesonFlags = old.mesonFlags ++ ["-Dexperimental=true"];
|
||||
mesonFlags = old.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
});
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user