Update main branch #1

Merged
jakalx merged 120 commits from develop into main 2024-02-05 21:51:32 +01:00
Showing only changes of commit 0b92a67c77 - Show all commits

View file

@ -1,10 +1,11 @@
inputs:
with inputs;
let
electron-overlay = final: prev: { electron = final.electron_25; };
pkgs = import nixpkgs-unstable {
system = "x86_64-linux";
config.allowUnfree = true;
overlays = [ emacs.overlay ];
overlays = [ emacs.overlay electron-overlay ];
};
in {
"alex@dregil" = home-manager-unstable.lib.homeManagerConfiguration {