we messing with things again. emacs?

This commit is contained in:
mir 2024-03-02 17:38:48 -09:00
parent 15fffe6392
commit 8320e40335
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@
url = "github:nix-community/home-manager"; #/release-23.11"; url = "github:nix-community/home-manager"; #/release-23.11";
# inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
}; };
emacs-config = {
url = "git+https://git.marq42.xyz/mir/emacs?ref=main";
};
}; };
outputs = inputs@{ nixpkgs, home-manager, ... }: { outputs = inputs@{ nixpkgs, home-manager, ... }: {
nixosConfigurations = { nixosConfigurations = {

View File

@ -81,6 +81,9 @@
# programs.gdb = { # programs.gdb = {
# enable = true; # enable = true;
# }; # };
# home.file.".local/src/emacs".source = builtins.fetchGit {
# url = "git:git.marq42.xyz/mir/emacs";
# };
# programs.dconf.enable = true; # programs.dconf.enable = true;
home.file.".local/share/backgrounds/mojave.jpg".source = builtins.fetchurl { home.file.".local/share/backgrounds/mojave.jpg".source = builtins.fetchurl {
url = "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg"; url = "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg";