mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
23 lines
491 B
Nix
23 lines
491 B
Nix
{pkgs, ...}: {
|
|
##################################################################################################################
|
|
#
|
|
# All Suzi's Home Manager Configuration
|
|
#
|
|
##################################################################################################################
|
|
|
|
imports = [
|
|
../../home/core.nix
|
|
|
|
./fcitx5
|
|
./i3
|
|
./programs
|
|
./rofi
|
|
./shell
|
|
];
|
|
|
|
programs.git = {
|
|
userName = "Suzi";
|
|
userEmail = "suzi@writefor.fun";
|
|
};
|
|
}
|