Powerlevel9k submodule

This commit is contained in:
Daniel Løvbrøtte Olsen 2018-11-16 18:25:11 +01:00
parent cb6f195d10
commit 063b7a9fa8
3 changed files with 14 additions and 1 deletions

6
.gitmodules vendored Normal file
View File

@ -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

View File

@ -171,7 +171,8 @@
pkgs.dolphin pkgs.dolphin
pkgs.gnome3.gedit pkgs.gnome3.gedit
pkgs.git
pkgs.kile
pkgs.gimp pkgs.gimp
pkgs.krita pkgs.krita
@ -194,6 +195,12 @@
}; };
programs.git = {
enable = true;
userEmail = "daniel@dodsorf.as";
userName = "Daniel Løvbrøtte Olsen";
};
# programs.htop = { # programs.htop = {