310 current 2025-01-04 00:48:53 24.11.20241231.edf04b7 6.12.2-zen1 *

This commit is contained in:
Ranomier 2025-01-04 00:49:01 +01:00
parent eb515c0d95
commit a4beaf2358
4 changed files with 69 additions and 8 deletions

View file

@ -37,7 +37,7 @@
# https://lix.systems/ Lix is a modern, delicious implementation of the Nix package manager,
# focused on correctness, usability, and growth
# and committed to doing right by its community.
nix.package = pkgs.lix;
#nix.package = pkgs.lix;
imports = [
#nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1
#./hardware-configuration.nix
@ -45,6 +45,26 @@
./hardware-configuration.nix
../../modules/locale.nix
../../modules/game/server/factorio/factorio.nix
#../../modules/game/server/factorio/factorio.nix
<nixpkgs/nixos/modules/profiles/perlless.nix>
<nixpkgs/nixos/modules/profiles/headless.nix>
<nixpkgs/nixos/modules/profiles/minimal.nix>
{
programs.command-not-found.enable = false;
environment.defaultPackages = [];
xdg = {
icons.enable = false;
mime.enable = false;
sounds.enable = false;
};
documentation.man.enable = false;
documentation.nixos.enable = false;
}
];
disabledModules = [
<nixpkgs/nixos/modules/profiles/all-hardware.nix>
<nixpkgs/nixos/modules/profiles/base.nix>
];
}