Xclip, and updates

This commit is contained in:
Sridhar Ratnakumar 2022-03-07 09:10:14 -05:00
parent ccd741998b
commit d7fb5f126f
4 changed files with 154 additions and 511 deletions

View file

@ -11,7 +11,6 @@ nixos:
macos:
sudo ls
$$(nix build --extra-experimental-features "flakes nix-command" .#darwinConfigurations.air.system --no-link --json | jq -r '.[].outputs.out')/sw/bin/darwin-rebuild switch --flake .
launchctl start org.nixos.banyan
# Not sure why this doesn't reliably work
h0:

643
flake.lock generated

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@
# https://status.nixos.org/
#
# This ensures that we always use the official nix cache.
nixpkgs.url = "github:nixos/nixpkgs/6d8215281b2f87a5af9ed7425a26ac575da0438f";
nixpkgs.url = "github:nixos/nixpkgs/1fc7212a2c3992eedc6eedf498955c321ad81cc2";
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs";
@ -20,8 +20,8 @@
emacs-overlay.url = "github:nix-community/emacs-overlay";
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
nix-doom-emacs.url = "github:vlaci/nix-doom-emacs";
ema.url = "github:srid/ema/master";
emanote.url = "github:srid/emanote/master";
banyan.url = "github:srid/banyan/master";
hercules-ci-agent.url = "github:hercules-ci/hercules-ci-agent/stable";
};

View file

@ -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.