diff options
author | Franck Cuny <franck@fcuny.net> | 2024-11-04 18:37:09 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-11-04 18:37:09 -0800 |
commit | 2b11463c8e57b3f94d9aa7f638ecd63139f835ef (patch) | |
tree | 70cf0a36b46d2c34af76cf1e1fb81875419e6db0 /nix/profiles/home-manager | |
parent | flake.lock: Update (diff) | |
download | world-2b11463c8e57b3f94d9aa7f638ecd63139f835ef.tar.gz |
formatting
Diffstat (limited to 'nix/profiles/home-manager')
-rw-r--r-- | nix/profiles/home-manager/personal.nix | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/nix/profiles/home-manager/personal.nix b/nix/profiles/home-manager/personal.nix index 000e6d8..d758696 100644 --- a/nix/profiles/home-manager/personal.nix +++ b/nix/profiles/home-manager/personal.nix @@ -2,15 +2,7 @@ home.stateVersion = "23.05"; - imports = [ - ./dev.nix - ./fish.nix - ./git.nix - ./shell.nix - ./ssh.nix - ]; + imports = [ ./dev.nix ./fish.nix ./git.nix ./shell.nix ./ssh.nix ]; - programs.git = { - userEmail = "franck@fcuny.net"; - }; + programs.git = { userEmail = "franck@fcuny.net"; }; } |