mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Emacs now respects name, username, and email from flake
This commit is contained in:
parent
93df45d711
commit
7cd33caf08
3 changed files with 21 additions and 21 deletions
|
@ -96,6 +96,7 @@ in
|
|||
;; Import relevant variables from flake into emacs
|
||||
|
||||
(setq user-full-name "''+name+''") ; name
|
||||
(setq user-username "''+username+''") ; username
|
||||
(setq user-mail-address "''+email+''") ; email
|
||||
(setq user-home-directory "/home/''+username+''") ; absolute path to home directory as string
|
||||
(setq system-nix-profile "''+profile+''") ; what profile am I using?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue