add compose2nix to alien

This commit is contained in:
Sean Kovacs 2025-11-24 09:36:32 -05:00
commit 65b22fe33c
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 96 additions and 2 deletions

View file

@ -2,6 +2,7 @@
config,
pkgs,
lib,
inputs,
catppuccin,
...
}:
@ -13,6 +14,11 @@
"riscv64-linux"
];
environment.systemPackages = [
pkgs.compose2nix
inputs.compose2nix.packages.x86_64-linux.default
];
catppuccin.accent = "blue";
home-manager.users.sckova = {