diff --git a/flake.nix b/flake.nix index 75ec80d..97ef4b8 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,9 @@ url = "github:nix-community/home-manager"; #/release-23.11"; # inputs.nixpkgs.follows = "nixpkgs"; }; + emacs-config = { + url = "git+https://git.marq42.xyz/mir/emacs?ref=main"; + }; }; outputs = inputs@{ nixpkgs, home-manager, ... }: { nixosConfigurations = { diff --git a/home.nix b/home.nix index a5f74e3..d37cd94 100644 --- a/home.nix +++ b/home.nix @@ -81,6 +81,9 @@ # programs.gdb = { # enable = true; # }; + # home.file.".local/src/emacs".source = builtins.fetchGit { + # url = "git:git.marq42.xyz/mir/emacs"; + # }; # programs.dconf.enable = true; home.file.".local/share/backgrounds/mojave.jpg".source = builtins.fetchurl { url = "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg";