added emacs overlay
This commit is contained in:
parent
c9c7590129
commit
b85cfb9708
3 changed files with 62 additions and 7 deletions
14
flake.nix
14
flake.nix
|
|
@ -2,16 +2,18 @@
|
|||
description = "My awesome system config";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = github:nixos/nixpkgs/release-21.05;
|
||||
unstable.url = github:nixos/nixpkgs/nixos-unstable;
|
||||
utils.url = github:gytis-ivaskevicius/flake-utils-plus/release-1.2.0-without-deprecated-code;
|
||||
|
||||
nixpkgs.url = "github:nixos/nixpkgs/release-21.05";
|
||||
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
utils.url = "github:gytis-ivaskevicius/flake-utils-plus/release-1.2.0-without-deprecated-code";
|
||||
|
||||
emacs-overlay.url = "github:nix-community/emacs-overlay";
|
||||
|
||||
home-manager = {
|
||||
url = github:nix-community/home-manager/release-21.05;
|
||||
url = "github:nix-community/home-manager/release-21.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
picom = {
|
||||
url = github:jonaburg/picom;
|
||||
url = "github:jonaburg/picom";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue