Skip to content

Commit

Permalink
Add git / htop
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFabian committed Dec 15, 2021
1 parent fe186cf commit 230b4ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@
# List packages installed in system profile. To search, run:
# $ 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.
wget
brave
git
rage
];

Expand Down
8 changes: 8 additions & 0 deletions users/dany/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@
home.packages = with pkgs; [
alacritty
];

programs.git = {
enable = true;
userName = "Daniel Fabian";
userEmail = "daniel.fabian@integral-it.ch";
};

programs.htop.enable = true;
}

0 comments on commit 230b4ec

Please sign in to comment.