Update worf, ctf-shell and flake.lock
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user