mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Messing around with emacsng
This commit is contained in:
parent
684baa7e37
commit
72be7154da
|
@ -246,6 +246,9 @@
|
||||||
hyprgrass.url = "github:horriblename/hyprgrass/0bb3b822053c813ab6f695c9194089ccb5186cc3";
|
hyprgrass.url = "github:horriblename/hyprgrass/0bb3b822053c813ab6f695c9194089ccb5186cc3";
|
||||||
hyprgrass.inputs.hyprland.follows = "hyprland";
|
hyprgrass.inputs.hyprland.follows = "hyprland";
|
||||||
|
|
||||||
|
emacsng.url = "github:emacs-ng/emacs-ng/58fcf8c19a1b93c91c06d4b885cfbff5ccf86982";
|
||||||
|
emacsng.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
|
nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
|
||||||
nix-doom-emacs.inputs.nixpkgs.follows = "emacs-pin-nixpkgs";
|
nix-doom-emacs.inputs.nixpkgs.follows = "emacs-pin-nixpkgs";
|
||||||
|
|
||||||
|
|
7
user/app/emacsng/default.nix
Normal file
7
user/app/emacsng/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ config, lib, pkgs, inputs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = [
|
||||||
|
inputs.emacsng.${pkgs.system}.emacsngWRPgtk
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue