mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
Starting a vanilla emacs config
This commit is contained in:
parent
9637ddbb8c
commit
0dbe546122
5 changed files with 176 additions and 4 deletions
|
@ -72,7 +72,9 @@
|
|||
allowUnfree = true;
|
||||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
overlays = [ inputs.rust-overlay.overlays.default ];
|
||||
overlays = [ inputs.rust-overlay.overlays.default
|
||||
inputs.emacs-overlay.overlays.default
|
||||
];
|
||||
}));
|
||||
|
||||
pkgs-stable = import inputs.nixpkgs-stable {
|
||||
|
@ -232,6 +234,11 @@
|
|||
|
||||
stylix.url = "github:danth/stylix";
|
||||
|
||||
emacs-overlay = {
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||
|
||||
blocklist-hosts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue