mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
Work in progress refactor.
This commit is contained in:
parent
ad1faf2f24
commit
9ece41ee80
14 changed files with 130 additions and 76 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, sources, ... }:
|
||||
|
||||
let sources = import ../../nix/sources.nix;
|
||||
in {
|
||||
imports = [ ../../modules ../users (sources.home-manager + "/nixos") ];
|
||||
{
|
||||
imports = [../users (sources.home-manager + "/nixos") ];
|
||||
|
||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
boot.loader.grub.configurationLimit = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue