mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
meow
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
a62dbc918a
commit
d6d117276c
2 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,10 @@
|
|||
emacs-overlay = {
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
};
|
||||
nix-inst = {
|
||||
url = "git+http://git.envs.net/binarycat/nix-inst";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
|
||||
|
|
|
@ -250,6 +250,7 @@ in {
|
|||
#emacs-package
|
||||
dino
|
||||
cinny-desktop
|
||||
(inputs.nix-inst.packages.${pkgs.system}.default)
|
||||
];
|
||||
file = {
|
||||
"emacs.d/everblush-theme.el".source = ./configs/emacs/everblush-theme.el;
|
||||
|
|
Loading…
Reference in a new issue