272 current 2024-12-04 04:35:32 24.11.20241123.0c58267 6.12.1 *

This commit is contained in:
Ranomier 2024-12-04 04:35:39 +01:00
parent 07948eefd3
commit edc26b9646
16 changed files with 75 additions and 19 deletions

View file

@ -1,6 +1,7 @@
{
pkgs,
inputs,
modulesPath,
...
}: {
networking.hostName = "crocoite"; # Define your hostname.
@ -53,6 +54,9 @@
};
imports = [
# steam and other stuff seems to depend on perl
#"${modulesPath}/profiles/perlless.nix"
inputs.nix-flatpak.nixosModules.nix-flatpak
#nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1
@ -74,6 +78,5 @@
../../modules/wm_and_de
../../modules/pkg_mgrmnt
];
}