Added: Stuff
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{pkgs, ...}: {
|
||||
##################################################################################################################
|
||||
#
|
||||
# All Ryan's Home Manager Configuration
|
||||
#
|
||||
##################################################################################################################
|
||||
|
||||
imports = [
|
||||
../../home/core.nix
|
||||
|
||||
../../home/fcitx5
|
||||
../../home/i3
|
||||
../../home/programs
|
||||
../../home/rofi
|
||||
../../home/shell
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
userName = "DerGrumpf";
|
||||
userEmail = "p.keier@beyerstedt-it.de";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user