moving agp specific stuff to project direnv and out of home
This commit is contained in:
parent
bbf9dde61d
commit
73855f834f
2 changed files with 8 additions and 21 deletions
|
@ -89,10 +89,6 @@
|
|||
ruff
|
||||
renderdoc
|
||||
sbcl
|
||||
sbclPackages.cffi
|
||||
sbclPackages.cffi-object
|
||||
sbclPackages.cffi-object_dot_ops
|
||||
# sbclPackages.cl-egl
|
||||
ccl
|
||||
racket
|
||||
gdu
|
||||
|
@ -532,17 +528,6 @@
|
|||
renoise = pkgs.renoise.override {
|
||||
releasePath = ../binary-installers/rns_344_linux_x86_64.tar.gz;
|
||||
};
|
||||
|
||||
raylib = pkgs.raylib.overrideDerivation (previous: {
|
||||
name = "raylib-head";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "raysan5";
|
||||
repo = "raylib";
|
||||
hash = "sha256-PHYdAEhittShd1UhASdhmq0nGHEEVZEUGcjCUUJZl9g=";
|
||||
rev = "c9c830cb971d7aa744fe3c7444b768ccd5176c4c";
|
||||
};
|
||||
patches = [""];
|
||||
});
|
||||
};
|
||||
|
||||
services = {
|
||||
|
@ -618,9 +603,11 @@
|
|||
};
|
||||
|
||||
xdg.configFile."emacs".enable = false;
|
||||
|
||||
home.file.".msmtprc".source = ../dotfiles/dot_msmtprc;
|
||||
home.file.".mbsyncrc".source = ../dotfiles/dot_mbsyncrc;
|
||||
xdg.configFile."isyncrc".enable = false;
|
||||
|
||||
home.file.".local/bin" = {
|
||||
source = ../dotfiles/dot_local/bin;
|
||||
recursive = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue