mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2024-12-22 07:17:28 +01:00
Powerlevel9k submodule
This commit is contained in:
parent
cb6f195d10
commit
063b7a9fa8
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal 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
|
9
home.nix
9
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 = {
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user