add git
This commit is contained in:
parent
e8589198ba
commit
f9fba0d096
1 changed files with 11 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
};
|
||||
|
||||
nix = let
|
||||
|
|
@ -90,5 +91,15 @@
|
|||
ATTR{address}=="96:00:03:b7:a9:ed", NAME="eth0"
|
||||
'';
|
||||
|
||||
programs = {
|
||||
git.enable = true;
|
||||
fish = {
|
||||
enable = true;
|
||||
shellAliases = [
|
||||
dirsize = "du -sh"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue