chore: Formatting
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
pkgs,
|
||||
device,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
imports = [
|
||||
../../modules
|
||||
./aichat.nix
|
||||
@@ -48,8 +47,7 @@
|
||||
# ./template.nix
|
||||
# ./zellij.nix
|
||||
];
|
||||
home.packages =
|
||||
with pkgs;
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
_1password-cli
|
||||
alejandra
|
||||
@@ -85,6 +83,6 @@
|
||||
nerd-fonts.hasklug
|
||||
nerd-fonts.symbols-only
|
||||
]
|
||||
++ lib.optionals device.isLinux [ ]
|
||||
++ lib.optionals device.isDarwin [ ];
|
||||
++ lib.optionals device.isLinux []
|
||||
++ lib.optionals device.isDarwin [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user