mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor git
This commit is contained in:
parent
c4ddbd56e1
commit
f24c8bcda5
@ -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
9
yodaTab/git.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.yoda = {
|
||||
packages = with pkgs; [
|
||||
git
|
||||
];
|
||||
};
|
||||
}
|
@ -17,7 +17,6 @@
|
||||
users.users.yoda = {
|
||||
packages = with pkgs; [
|
||||
# CLI apps
|
||||
git
|
||||
gnumake # make
|
||||
wget
|
||||
htop
|
||||
|
Loading…
Reference in New Issue
Block a user