Added: Stuff

This commit is contained in:
2025-03-24 12:11:44 +01:00
parent 81b8f46666
commit f559d970d3
20 changed files with 1256 additions and 19 deletions

View File

@@ -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";
};
}