Added emacs

This commit is contained in:
vanten-s 2024-08-05 14:27:20 +02:00
parent 348507b18d
commit f823f887f5
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
2 changed files with 10 additions and 0 deletions

5
home-modules/emacs.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
programs.emacs.enable = true;
}

View file

@ -1,5 +1,10 @@
{ config, pkgs, ... }:
{
imports = [
./home-modules/emacs.nix
];
nixpkgs.config.allowUnfree = true;
home.username = "svante";
home.homeDirectory = "/home/svante";