mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Xclip, and updates
This commit is contained in:
parent
ccd741998b
commit
d7fb5f126f
4 changed files with 154 additions and 511 deletions
|
|
@ -17,6 +17,8 @@
|
|||
mpv
|
||||
youtube-dl
|
||||
|
||||
xclip
|
||||
|
||||
# We must install Agda globally so that Doom-Emacs' agda config can
|
||||
# recognize it. It doesn't matter that our projects use Nix/direnv.
|
||||
#
|
||||
|
|
@ -33,21 +35,6 @@
|
|||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
launchd.user.agents.banyan =
|
||||
let
|
||||
banyan = inputs.banyan.outputs.defaultPackage.${system};
|
||||
in
|
||||
{
|
||||
serviceConfig = {
|
||||
ProgramArguments =
|
||||
[ "${banyan}/bin/banyan" ];
|
||||
EnvironmentVariables = {
|
||||
PORT = "9909";
|
||||
};
|
||||
WorkingDirectory = "/Users/srid/Banyan";
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.allowBroken = true;
|
||||
|
||||
# Use a custom configuration.nix location.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue