|
|
|
@ -19,6 +19,8 @@ |
|
|
|
home.packages = with pkgs; [ |
|
|
|
home.packages = with pkgs; [ |
|
|
|
kitty |
|
|
|
kitty |
|
|
|
eza |
|
|
|
eza |
|
|
|
|
|
|
|
git |
|
|
|
|
|
|
|
git-lfs |
|
|
|
obsidian |
|
|
|
obsidian |
|
|
|
jq |
|
|
|
jq |
|
|
|
skypeforlinux |
|
|
|
skypeforlinux |
|
|
|
@ -39,7 +41,10 @@ |
|
|
|
''; |
|
|
|
''; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
programs.git = { |
|
|
|
|
|
|
|
enable = true; |
|
|
|
|
|
|
|
lfs.enable = true; |
|
|
|
|
|
|
|
}; |
|
|
|
# This value determines the home Manager release that your |
|
|
|
# This value determines the home Manager release that your |
|
|
|
# configuration is compatible with. This helps avoid breakage |
|
|
|
# configuration is compatible with. This helps avoid breakage |
|
|
|
# when a new home Manager release introduces backwards |
|
|
|
# when a new home Manager release introduces backwards |
|
|
|
|