Add emacs
This commit is contained in:
parent
085a4aa66f
commit
9461568a50
3 changed files with 71 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue