Update emacs

This commit is contained in:
Nathan McCarty 2022-06-29 04:28:40 -04:00
parent 5724e7cd07
commit 20d3ba6052
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
3 changed files with 5 additions and 5 deletions

View File

@ -62,17 +62,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1655120294, "lastModified": 1656387960,
"narHash": "sha256-e0IXVoxH3o1QbLtHxANAg2CHdVE3jZBi5ifhh+6Vpcs=", "narHash": "sha256-Rcnt6i4i9qScIJamwlXey78q9W3BiKxoN9T74yMoNPk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "29dcfbc1b29ae7281e95367e0f2358b44224a46e", "rev": "79d813d9d4ebbd8ab34c1f755439cab4aedb2ddb",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "29dcfbc1b29ae7281e95367e0f2358b44224a46e",
"type": "github" "type": "github"
} }
}, },

View File

@ -9,7 +9,7 @@
inputs.nixpgks.follows = "nixpkgs"; inputs.nixpgks.follows = "nixpkgs";
}; };
emacs = { emacs = {
url = "github:nix-community/emacs-overlay/29dcfbc1b29ae7281e95367e0f2358b44224a46e"; url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
mozilla = { mozilla = {

View File

@ -12,6 +12,7 @@
shell = pkgs.fish; shell = pkgs.fish;
}; };
}; };
home-manager.users.nathan.home.stateVersion = "22.05";
## Misc packages that were in user.nix ## Misc packages that were in user.nix
# Install general use packages # Install general use packages
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [