feat: add binary cache for emacs-overlay

This commit is contained in:
Swarsel 2024-07-25 19:36:46 +02:00
parent 00983d787e
commit 8a6b311f86
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 66 additions and 44 deletions

View file

@ -1,4 +1,4 @@
{ lib, pkgs, config, outputs, ... }:
{ lib, pkgs, config, ... }:
{
imports = [
./packages.nix

View file

@ -27,6 +27,7 @@
./power-profiles-daemon.nix
];
nix.settings.trusted-users = [ "swarsel" ];
home-manager = {
useGlobalPkgs = true;

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, home-manager, config, ... }:
{ pkgs, home-manager, config, ... }:
{
stylix = {