upd hyprland & sway
This commit is contained in:
parent
309fa70672
commit
07cf079bd9
9 changed files with 107 additions and 22 deletions
23
packages/zen-browser/default.nix
Normal file
23
packages/zen-browser/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
# I don't know if it needs gcc
|
||||
in
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
# TODO: Install from cargo? Or use this instead?
|
||||
rust-cbindgen
|
||||
# TODO: Install from cargo? Or use this instead?
|
||||
rust-bindgen
|
||||
|
||||
alsa-lib
|
||||
cargo
|
||||
clang
|
||||
gcc
|
||||
libpulseaudio
|
||||
libclang
|
||||
llvm
|
||||
pkg-config
|
||||
python3
|
||||
rustc
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue