mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:13:55 -05:00
added extra modules from nixos-hardware
This commit is contained in:
parent
509a519e01
commit
0884bf5741
|
@ -70,6 +70,7 @@
|
|||
modules = [
|
||||
disko.nixosModules.disko
|
||||
jovian.nixosModules.default
|
||||
nixos-hardware.nixosModules.common-pc-laptop-ssd
|
||||
home-manager.nixosModules.home-manager
|
||||
./hosts/mossdeep
|
||||
./nixosModules
|
||||
|
@ -106,6 +107,8 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
nixos-hardware.nixosModules.common-cpu-amd
|
||||
home-manager.nixosModules.home-manager
|
||||
./hosts/mauville
|
||||
./nixosModules
|
||||
|
@ -133,6 +136,7 @@
|
|||
modules = [
|
||||
disko.nixosModules.disko
|
||||
impermanence.nixosModules.impermanence
|
||||
nixos-hardware.nixosModules.common-pc-laptop-ssd
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-t440p
|
||||
home-manager.nixosModules.home-manager
|
||||
./hosts/rustboro
|
||||
|
|
Loading…
Reference in a new issue