mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-25 04:28:01 +01:00
test
This commit is contained in:
parent
ac8180a74d
commit
8da5147ff4
4 changed files with 4 additions and 8 deletions
|
@ -83,9 +83,10 @@
|
||||||
({ config, pkgs, ... }: { nixpkgs.overlays = my-overlays; })
|
({ config, pkgs, ... }: { nixpkgs.overlays = my-overlays; })
|
||||||
# nur.nixosModules.nur
|
# nur.nixosModules.nur
|
||||||
inputs.nh.nixosModules.default
|
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
|
# nix-index-database.nixosModules.nix-index
|
||||||
./mounts.nix
|
|
||||||
|
|
||||||
# make home-manager as a module of nixos
|
# make home-manager as a module of nixos
|
||||||
# so that home-manager configuration will be deployed automatically when executing `nixos-rebuild switch`
|
# so that home-manager configuration will be deployed automatically when executing `nixos-rebuild switch`
|
||||||
|
|
|
@ -4,12 +4,7 @@
|
||||||
|
|
||||||
{ config, pkgs, pkgs-stable, secrets, ... }:
|
{ config, pkgs, pkgs-stable, secrets, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
|
||||||
[ # Include the results of the hardware scan.
|
|
||||||
./hardware-configurations/laptop.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
# boot.kernelPackages = pkgs.linuxPackages_zen;
|
# boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
Loading…
Reference in a new issue