1
0
forked from extern/nix-config

chore: Run nixpkgs-fmt

This commit is contained in:
Donovan Glover 2023-06-16 07:31:34 -04:00
parent cdf9652a34
commit f08e4ca34f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 17 additions and 6 deletions

View File

@ -35,7 +35,7 @@ in
];
environment.systemPackages = with pkgs; [
audacity # Audio editing
audacity # Audio editing
gimp # Video editing
anki # Spaced repetition
sqlitebrowser # SQL

View File

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

View File

@ -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" ];
});
})
];