refactor git

This commit is contained in:
Daniel Langbein 2023-08-31 14:26:52 +02:00
parent c4ddbd56e1
commit f24c8bcda5
3 changed files with 10 additions and 1 deletions

View File

@ -13,6 +13,7 @@
./hardware-configuration.nix
./home-manager.nix
./programs.nix
./git.nix
./print-and-scan.nix
./nitrokey-ssh-gpg.nix
./ssh-unlock.nix

9
yodaTab/git.nix Normal file
View File

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
users.users.yoda = {
packages = with pkgs; [
git
];
};
}

View File

@ -17,7 +17,6 @@
users.users.yoda = {
packages = with pkgs; [
# CLI apps
git
gnumake # make
wget
htop