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
|
./hardware-configuration.nix
|
||||||
./home-manager.nix
|
./home-manager.nix
|
||||||
./programs.nix
|
./programs.nix
|
||||||
|
./git.nix
|
||||||
./print-and-scan.nix
|
./print-and-scan.nix
|
||||||
./nitrokey-ssh-gpg.nix
|
./nitrokey-ssh-gpg.nix
|
||||||
./ssh-unlock.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 = {
|
users.users.yoda = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# CLI apps
|
# CLI apps
|
||||||
git
|
|
||||||
gnumake # make
|
gnumake # make
|
||||||
wget
|
wget
|
||||||
htop
|
htop
|
||||||
|
Loading…
Reference in New Issue
Block a user