Update worf, ctf-shell and flake.lock

This commit is contained in:
2023-09-13 23:20:31 +02:00
committed by Felix Albrigtsen
parent 40e47b3d81
commit 82dbad07d0
5 changed files with 54 additions and 22 deletions

View File

@@ -10,7 +10,30 @@
# options = "--delete-older-than 2d";
# };
settings.experimental-features = ["nix-command" "flakes"];
settings = {
allow-dirty = true;
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
auto-optimise-store = true;
builders-use-substitutes = true;
log-lines = 50;
};
buildMachines = [
{
hostName = "voyager.home.feal.no";
system = "x86_64-linux";
maxJobs = 4;
supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ];
mandatoryFeatures = [ ];
sshUser = "felixalb";
sshKey = "/var/root/.ssh/nix-builder-voyager";
}
];
distributedBuilds = true;
extraOptions = "builders-use-substitutes = true";
};
# System packages for all users
@@ -41,6 +64,7 @@
fonts = {
fontDir.enable = true;
fonts = with pkgs; [
noto-fonts
font-awesome
fira-code
hack-font

View File

@@ -21,6 +21,7 @@
neofetch
nix-index
nodejs
# unstable.ripes
spotify
tldr
vscode
@@ -49,6 +50,11 @@
];
};
programs.nix-index = {
enable = true;
enableZshIntegration = true;
};
# Copy Applications to ~/Applications to allow them to be launched from Spotlight
disabledModules = [ "targets/darwin/linkapps.nix" ];
home.activation = lib.mkIf pkgs.stdenv.isDarwin {