mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-03 19:44:03 +05:30
Messing around with emacsng
This commit is contained in:
parent
684baa7e37
commit
72be7154da
2 changed files with 10 additions and 0 deletions
|
@ -246,6 +246,9 @@
|
|||
hyprgrass.url = "github:horriblename/hyprgrass/0bb3b822053c813ab6f695c9194089ccb5186cc3";
|
||||
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.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…
Add table
Add a link
Reference in a new issue