diff --git a/flake.lock b/flake.lock index 9dfd734..32fce3d 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,64 @@ { "nodes": { + "emacs-overlay": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "me-emacs", + "nixpkgs" + ], + "nixpkgs-stable": "nixpkgs-stable" + }, + "locked": { + "lastModified": 1692037570, + "narHash": "sha256-bvj/wfLLFTc8cWAwhN8tgShiy8ekPWt1+gWlEH7W4zY=", + "owner": "nix-community", + "repo": "emacs-overlay", + "rev": "7a4b5bbc06182e2f704630cd77a614ab0d9c2f2e", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "emacs-overlay", + "type": "github" + } + }, + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1689068808, + "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_2": { + "inputs": { + "systems": "systems_2" + }, + "locked": { + "lastModified": 1689068808, + "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -20,6 +79,28 @@ "type": "github" } }, + "me-emacs": { + "inputs": { + "emacs-overlay": "emacs-overlay", + "flake-utils": "flake-utils_2", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1692233721, + "narHash": "sha256-ioAWmUl23GXLu4Bidi9VZDQ0+59FoMXbgitjXSGvTrw=", + "ref": "refs/heads/master", + "rev": "e5b0a6fea9640f270dc44bc112f34b45ea825769", + "revCount": 42, + "type": "git", + "url": "https://git.syzygial.cc/Syzygial/EmacsConfig.git" + }, + "original": { + "type": "git", + "url": "https://git.syzygial.cc/Syzygial/EmacsConfig.git" + } + }, "nix-darwin": { "inputs": { "nixpkgs": [ @@ -58,6 +139,22 @@ } }, "nixpkgs-stable": { + "locked": { + "lastModified": 1691950488, + "narHash": "sha256-iUNEeudc4dGjx+HsHccnGiuZUVE/nhjXuQ1DVCsHIUY=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "720e61ed8de116eec48d6baea1d54469b536b985", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-23.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-stable_2": { "locked": { "lastModified": 1691874659, "narHash": "sha256-qgmixg0c/CRNT2p9Ad35kaC7NzYVZ6GRooErYI7OGJM=", @@ -92,6 +189,7 @@ "root": { "inputs": { "home-manager": "home-manager", + "me-emacs": "me-emacs", "nix-darwin": "nix-darwin", "nixpkgs": "nixpkgs", "sops-nix": "sops-nix" @@ -100,7 +198,7 @@ "sops-nix": { "inputs": { "nixpkgs": "nixpkgs_2", - "nixpkgs-stable": "nixpkgs-stable" + "nixpkgs-stable": "nixpkgs-stable_2" }, "locked": { "lastModified": 1692127428, @@ -115,6 +213,36 @@ "repo": "sops-nix", "type": "github" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_2": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 7f4e971..6e90e88 100644 --- a/flake.nix +++ b/flake.nix @@ -2,13 +2,15 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; sops-nix.url = "github:Mic92/sops-nix"; + me-emacs.url = "git+https://git.syzygial.cc/Syzygial/EmacsConfig.git"; + me-emacs.inputs.nixpkgs.follows = "nixpkgs"; nix-darwin.url = "github:LnL7/nix-darwin/master"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { self, nixpkgs, sops-nix, nix-darwin, home-manager }@attrs: let + outputs = { self, nixpkgs, sops-nix, me-emacs, nix-darwin, home-manager }@attrs: let hydraGitea = (final: prev: { hydra_unstable = prev.hydra_unstable.overrideAttrs (old: { @@ -28,6 +30,9 @@ nixpkgsConfig = { config = { allowUnfree = true; }; }; + me-emacs-overlay = (final: prev: { + me-emacs = me-emacs.packages."x86_64-linux".emacs; + }); in { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; @@ -46,6 +51,9 @@ specialArgs = attrs; modules = [ + ({ config, pkgs, ... }: { + nixpkgs.overlays = [ me-emacs-overlay ]; + }) ./machines/universedesktop/configuration.nix ]; }; diff --git a/machines/universedesktop/programs/office.nix b/machines/universedesktop/programs/office.nix index 4ce8ecd..a8408dd 100644 --- a/machines/universedesktop/programs/office.nix +++ b/machines/universedesktop/programs/office.nix @@ -1,7 +1,7 @@ { lib, config, pkgs, ... }: { environment.systemPackages = with pkgs; [ kitty - emacs + me-emacs rnix-lsp texlive.combined.scheme-full pandoc