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
|
||||
{
|
||||
environment.systemPackages = with inputs;
|
||||
[
|
||||
compose2nix.packages.${system}.default
|
||||
zen-browser.packages.${system}.specific
|
||||
];
|
||||
environment.systemPackages = with inputs; [
|
||||
compose2nix.packages.${system}.default
|
||||
zen-browser.packages.${system}.specific
|
||||
];
|
||||
}
|
||||
|
||||
# Catppuccin theme
|
||||
|
|
Loading…
Reference in a new issue