we messing with things again. emacs?
This commit is contained in:
parent
15fffe6392
commit
8320e40335
@ -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 = {
|
||||
|
3
home.nix
3
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";
|
||||
|
Loading…
Reference in New Issue
Block a user