mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Messing around with emacsng
This commit is contained in:
parent
684baa7e37
commit
72be7154da
2 changed files with 10 additions and 0 deletions
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