This commit is contained in:
Lgmrszd 2024-01-10 01:36:02 +03:00
parent ac8180a74d
commit 8da5147ff4
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
4 changed files with 4 additions and 8 deletions

View file

@ -83,9 +83,10 @@
({ config, pkgs, ... }: { nixpkgs.overlays = my-overlays; })
# nur.nixosModules.nur
inputs.nh.nixosModules.default
./configuration.nix
./hosts/laptop/configuration.nix
./hosts/laptop/hardware-configuration.nix
./hosts/laptop/mounts.nix
# nix-index-database.nixosModules.nix-index
./mounts.nix
# make home-manager as a module of nixos
# so that home-manager configuration will be deployed automatically when executing `nixos-rebuild switch`

View file

@ -4,12 +4,7 @@
{ config, pkgs, pkgs-stable, secrets, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configurations/laptop.nix
];
{
# boot.kernelPackages = pkgs.linuxPackages_zen;
# Use the systemd-boot EFI boot loader.