feat: Added agents.md
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -1 +1,8 @@
|
||||
{pkgs, ...}: {home.packages = [pkgs.blobdrop];}
|
||||
{
|
||||
pkgs,
|
||||
device,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.optionals (device.name != "shiro") [pkgs.blobdrop];
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{pkgs, ...}: { home.packages = [pkgs.fzf];}
|
||||
{pkgs, ...}: {home.packages = [pkgs.fzf];}
|
||||
|
||||
Reference in New Issue
Block a user