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 = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = let
|
nix = let
|
||||||
|
|
@ -90,5 +91,15 @@
|
||||||
ATTR{address}=="96:00:03:b7:a9:ed", NAME="eth0"
|
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";
|
system.stateVersion = "24.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue