1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 03:01:04 +02:00

Merge pull request #497 from JakeStanger/feat/cairo

feat: new cairo module
This commit is contained in:
Jake Stanger 2024-04-17 20:49:59 +01:00 committed by GitHub
commit e6f7108862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 622 additions and 24 deletions

View file

@ -106,9 +106,11 @@
program = "${pkgs.ironbar}/bin/ironbar";
};
});
devShells = genSystems (system: let
pkgs = pkgsFor system;
rust = mkRustToolchain pkgs;
in {
default = pkgs.mkShell {
packages = with pkgs; [
@ -128,11 +130,15 @@
gsettings-desktop-schemas
libxkbcommon
libpulseaudio
luajit
luajitPackages.lgi
];
RUST_SRC_PATH = "${rust}/lib/rustlib/src/rust/library";
};
});
homeManagerModules.default = {
config,
lib,