add compose2nix to alien
This commit is contained in:
parent
38e4f2320b
commit
1ff39e94b6
3 changed files with 96 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue