Add emacs

This commit is contained in:
Nathan McCarty 2024-11-29 06:05:35 +00:00
parent 085a4aa66f
commit 9461568a50
3 changed files with 71 additions and 0 deletions

View file

@ -25,6 +25,8 @@
(import ../../modules/programs/git.nix { })
../../modules/programs/core.nix
../../modules/programs/devel.nix
../../modules/programs/ssh.nix
(import ../../modules/programs/emacs.nix { })
];
home.username = "nathan";
home.homeDirectory = "/home/nathan/";
@ -32,6 +34,9 @@
home.stateVersion = "24.11";
programs.home-manager.enable = true;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Machine specific configuration
programs.nushell.environmentVariables = {
VISUAL = "nvim";