minor formatting fix
This commit is contained in:
parent
fcf6757ec3
commit
4f054df848
1 changed files with 4 additions and 5 deletions
|
@ -35,11 +35,10 @@
|
||||||
|
|
||||||
# flake packages
|
# flake packages
|
||||||
{
|
{
|
||||||
environment.systemPackages = with inputs;
|
environment.systemPackages = with inputs; [
|
||||||
[
|
compose2nix.packages.${system}.default
|
||||||
compose2nix.packages.${system}.default
|
zen-browser.packages.${system}.specific
|
||||||
zen-browser.packages.${system}.specific
|
];
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Catppuccin theme
|
# Catppuccin theme
|
||||||
|
|
Loading…
Reference in a new issue