diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..73c9880 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "zsh/oh-my-zsh"] + path = zsh/oh-my-zsh + url = https://github.com/robbyrussell/oh-my-zsh +[submodule "zsh/oh-my-zsh-custom/powerlevel9k"] + path = zsh/oh-my-zsh-custom/powerlevel9k + url = https://github.com/bhilburn/powerlevel9k diff --git a/home.nix b/home.nix index 3884a5f..c58c69f 100644 --- a/home.nix +++ b/home.nix @@ -171,7 +171,8 @@ pkgs.dolphin pkgs.gnome3.gedit - pkgs.git + + pkgs.kile pkgs.gimp pkgs.krita @@ -194,6 +195,12 @@ }; + programs.git = { + enable = true; + userEmail = "daniel@dodsorf.as"; + userName = "Daniel Løvbrøtte Olsen"; + }; + # programs.htop = { diff --git a/zsh/oh-my-zsh-custom/themes/powerlevel9k b/zsh/oh-my-zsh-custom/powerlevel9k similarity index 100% rename from zsh/oh-my-zsh-custom/themes/powerlevel9k rename to zsh/oh-my-zsh-custom/powerlevel9k