@ -152,7 +152,6 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
#vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git
neofetch
wget
curl
@ -19,6 +19,8 @@
home.packages = with pkgs; [
kitty
eza
git-lfs
obsidian
jq
skypeforlinux
@ -39,7 +41,10 @@
'';
};
programs.git = {
enable = true;
lfs.enable = true;
# This value determines the home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new home Manager release introduces backwards
Powered by TurnKey Linux.