This commit is contained in:
Ray Andrew 2024-09-20 00:19:32 -05:00
parent e8589198ba
commit f9fba0d096

View file

@ -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";
}